aboutsummaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/files/dhcp.conf
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-17 13:31:13 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-17 13:31:13 +0000
commit947bab0abbee71ec839eb4cb8fdf88f314d82f2a (patch)
treef22f2a9b00ca877b1b4a48e8019a17e038e4d835 /package/dnsmasq/files/dhcp.conf
parent8dcd68617021e87d8654fcdf153ff33cb53759f5 (diff)
downloadupstream-947bab0abbee71ec839eb4cb8fdf88f314d82f2a.tar.gz
upstream-947bab0abbee71ec839eb4cb8fdf88f314d82f2a.tar.bz2
upstream-947bab0abbee71ec839eb4cb8fdf88f314d82f2a.zip
upgrade dnsmasq to latest version, rewrite dnsmasq init script for uci, rename /bin/ipcalc to /bin/ipcalc.sh (fixes #1452)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6595 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dnsmasq/files/dhcp.conf')
-rw-r--r--package/dnsmasq/files/dhcp.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/dnsmasq/files/dhcp.conf b/package/dnsmasq/files/dhcp.conf
new file mode 100644
index 0000000000..fb55cf8b77
--- /dev/null
+++ b/package/dnsmasq/files/dhcp.conf
@@ -0,0 +1,9 @@
+config dhcp
+ option interface lan
+ option start 100
+ option limit 150
+ option leasetime 12h
+
+config dhcp
+ option interface wan
+ option ignore 1