From 4ab4dc8ed81fbcbe398e9d142096e1876b11a7c0 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 17 Mar 2007 13:31:13 +0000 Subject: upgrade dnsmasq to latest version, rewrite dnsmasq init script for uci, rename /bin/ipcalc to /bin/ipcalc.sh (fixes #1452) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6595 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/dnsmasq/files/dhcp.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package/dnsmasq/files/dhcp.conf (limited to 'package/dnsmasq/files/dhcp.conf') diff --git a/package/dnsmasq/files/dhcp.conf b/package/dnsmasq/files/dhcp.conf new file mode 100644 index 000000000..fb55cf8b7 --- /dev/null +++ b/package/dnsmasq/files/dhcp.conf @@ -0,0 +1,9 @@ +config dhcp + option interface lan + option start 100 + option limit 150 + option leasetime 12h + +config dhcp + option interface wan + option ignore 1 -- cgit v1.2.3