summaryrefslogtreecommitdiff
path: root/openwrt/target/default/target_skeleton/etc/dnsmasq.conf
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-08 08:21:32 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-08 08:21:32 +0000
commitbb9e83fe54a722eb0c33fb706a4618723a6a0668 (patch)
treeb5ff011ce0ebd587881e9d09c1acd46823ccc6d5 /openwrt/target/default/target_skeleton/etc/dnsmasq.conf
parent7209375d881b3d623c076c933fb6c26473907e9d (diff)
add hackish makfile, so that other developers could build images. anyone shuld clean this up, but I am busy working on kernel stuff. ok @mbm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@225 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/default/target_skeleton/etc/dnsmasq.conf')
-rw-r--r--openwrt/target/default/target_skeleton/etc/dnsmasq.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/default/target_skeleton/etc/dnsmasq.conf b/openwrt/target/default/target_skeleton/etc/dnsmasq.conf
index 293edc600a..61550717f0 100644
--- a/openwrt/target/default/target_skeleton/etc/dnsmasq.conf
+++ b/openwrt/target/default/target_skeleton/etc/dnsmasq.conf
@@ -11,7 +11,7 @@ domain=lan
except-interface=vlan1
# enable dhcp (start,end,netmask,leasetime)
-dhcp-authoritative
+#dhcp-authoritative
dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h
dhcp-leasefile=/tmp/dhcp.leases