Use a more explicit variable name for the number of dhcp leases (#2240)
[openwrt/svn-archive/archive.git] / package / dnsmasq / files / dhcp.conf
index 81453e764250c6e1322414f5c41b41ba89ad4923..fb55cf8b774a866f8ef3712f74c4fa5d9dca006f 100644 (file)
@@ -1,7 +1,7 @@
 config dhcp
        option interface        lan
        option start    100
-       option end      150
+       option limit    150
        option leasetime        12h
 
 config dhcp