From e76b8552e23061a438bb00f9aae59d7a161f602c Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 19 Aug 2007 20:50:52 +0000 Subject: 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 --- package/dnsmasq/files/dhcp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/dnsmasq/files/dhcp.conf') 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 -- cgit v1.2.3