upgrade dnsmasq to latest version, rewrite dnsmasq init script for uci, rename /bin...
[openwrt-10.03/.git] / package / dnsmasq / files / dhcp.conf
diff --git a/package/dnsmasq/files/dhcp.conf b/package/dnsmasq/files/dhcp.conf
new file mode 100644 (file)
index 0000000..fb55cf8
--- /dev/null
@@ -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