From: Florian Fainelli Date: Wed, 1 Aug 2007 15:24:00 +0000 (+0000) Subject: Use the end variable instead of limit (#2142) X-Git-Tag: reboot~28441 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=30929d5e048d47271f06e8150ab73a60302c5643;p=openwrt%2Fstaging%2Fchunkeey.git Use the end variable instead of limit (#2142) SVN-Revision: 8307 --- diff --git a/package/dnsmasq/files/dhcp.conf b/package/dnsmasq/files/dhcp.conf index fb55cf8b77..81453e7642 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