From: florian Date: Wed, 1 Aug 2007 15:24:00 +0000 (+0000) Subject: Use the end variable instead of limit (#2142) X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=05d91b11d2725398d1b6f72e24e4c6ae82f164c3 Use the end variable instead of limit (#2142) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8307 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/dnsmasq/files/dhcp.conf b/package/dnsmasq/files/dhcp.conf index fb55cf8b7..81453e764 100644 --- a/package/dnsmasq/files/dhcp.conf +++ b/package/dnsmasq/files/dhcp.conf @@ -1,7 +1,7 @@ config dhcp option interface lan option start 100 - option limit 150 + option end 150 option leasetime 12h config dhcp