summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/files/dhcp.conf
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-19 20:50:52 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-19 20:50:52 +0000
commite76b8552e23061a438bb00f9aae59d7a161f602c (patch)
tree1f34124f75015602031337a901a876a68bbd4a8c /package/dnsmasq/files/dhcp.conf
parent5ef93ec8e1036f859001faacf4ea1f83885e4fb7 (diff)
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 81453e764..fb55cf8b7 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