1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-03-29 19:38:54 +02:00

Use the end variable instead of limit (#2142)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8307 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-08-01 15:24:00 +00:00
parent 657d28dfa3
commit 05d91b11d2

View File

@ -1,7 +1,7 @@
config dhcp config dhcp
option interface lan option interface lan
option start 100 option start 100
option limit 150 option end 150
option leasetime 12h option leasetime 12h
config dhcp config dhcp