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
commite1bb37f2ec7aea568eee32a0c88f937a2b963c3f (patch)
tree7cae95af53894ba1bee5fa8f2c70856b4825c503 /package/dnsmasq/files/dhcp.conf
parentf1432e60f0fbfbf3d43eea51fd0d718c241b0d76 (diff)
downloadupstream-e1bb37f2ec7aea568eee32a0c88f937a2b963c3f.tar.gz
upstream-e1bb37f2ec7aea568eee32a0c88f937a2b963c3f.tar.bz2
upstream-e1bb37f2ec7aea568eee32a0c88f937a2b963c3f.zip
upgrade dnsmasq to latest version, rewrite dnsmasq init script for uci, rename /bin/ipcalc to /bin/ipcalc.sh (fixes #1452)
SVN-Revision: 6595
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