diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-08 08:21:32 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-08 08:21:32 +0000 |
commit | d463661b9cedcbbfe7e5fba70a047dbb28f2078a (patch) | |
tree | a61d61dd9c67fc53f42e50f4fd1b6f0706c47ca0 /target/default/target_skeleton/etc/dnsmasq.conf | |
parent | 217eec334bc2a42184635c98afa27ff7b4aa7d8c (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/openwrt@225 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/default/target_skeleton/etc/dnsmasq.conf')
-rw-r--r-- | target/default/target_skeleton/etc/dnsmasq.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/default/target_skeleton/etc/dnsmasq.conf b/target/default/target_skeleton/etc/dnsmasq.conf index 293edc600a..61550717f0 100644 --- a/target/default/target_skeleton/etc/dnsmasq.conf +++ b/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 |