add section names to dnsmasq config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12342 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
John Crispin 2008-08-19 22:05:41 +00:00
parent f717b2f013
commit 305cd55644
1 changed files with 2 additions and 2 deletions

View File

@ -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