add section names to dnsmasq config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12342 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
f717b2f013
commit
305cd55644
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue