aboutsummaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/files
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2008-08-19 22:05:41 +0000
committerJohn Crispin <blogic@openwrt.org>2008-08-19 22:05:41 +0000
commit305cd55644f15842dee2116a306baf032090976e (patch)
tree081ee84d8cd09c9c88fd97118be96a1f8d92bf3c /package/dnsmasq/files
parentf717b2f01389cffe8a6fa9e6de0936b57a504bb3 (diff)
downloadmaster-187ad058-305cd55644f15842dee2116a306baf032090976e.tar.gz
master-187ad058-305cd55644f15842dee2116a306baf032090976e.tar.bz2
master-187ad058-305cd55644f15842dee2116a306baf032090976e.zip
add section names to dnsmasq config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12342 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dnsmasq/files')
-rw-r--r--package/dnsmasq/files/dhcp.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/dnsmasq/files/dhcp.conf b/package/dnsmasq/files/dhcp.conf
index 4904b02534..72d51661a9 100644
--- a/package/dnsmasq/files/dhcp.conf
+++ b/package/dnsmasq/files/dhcp.conf
@@ -12,12 +12,12 @@ config dnsmasq
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
-config dhcp
+config dhcp lan
option interface lan
option start 100
option limit 150
option leasetime 12h
-config dhcp
+config dhcp wan
option interface wan
option ignore 1