aboutsummaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/files/dhcp.conf
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-08-19 20:50:52 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-08-19 20:50:52 +0000
commit374d10e35907c2775e1b9955dab11bbe8db8ccde (patch)
tree1f34124f75015602031337a901a876a68bbd4a8c /package/dnsmasq/files/dhcp.conf
parent645188d105ffe09eed7a1983ab693f244ad21ba6 (diff)
downloadmaster-187ad058-374d10e35907c2775e1b9955dab11bbe8db8ccde.tar.gz
master-187ad058-374d10e35907c2775e1b9955dab11bbe8db8ccde.tar.bz2
master-187ad058-374d10e35907c2775e1b9955dab11bbe8db8ccde.zip
Use a more explicit variable name for the number of dhcp leases (#2240)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8437 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dnsmasq/files/dhcp.conf')
-rw-r--r--package/dnsmasq/files/dhcp.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/files/dhcp.conf b/package/dnsmasq/files/dhcp.conf
index 81453e7642..fb55cf8b77 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 end 150
+ option limit 150
option leasetime 12h
config dhcp