diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-01 15:24:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-01 15:24:00 +0000 |
commit | 6ffaa1d3b8b8dabda5629632aea7cb1242802099 (patch) | |
tree | 76009da22c7008b9573591f4e092c1af683b0781 /package/dnsmasq | |
parent | ff4e54d9e82d17c5a74662544571e4be8686c86b (diff) | |
download | upstream-6ffaa1d3b8b8dabda5629632aea7cb1242802099.tar.gz upstream-6ffaa1d3b8b8dabda5629632aea7cb1242802099.tar.bz2 upstream-6ffaa1d3b8b8dabda5629632aea7cb1242802099.zip |
Use the end variable instead of limit (#2142)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8307 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dnsmasq')
-rw-r--r-- | package/dnsmasq/files/dhcp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |