summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/files/dnsmasq.conf
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-17 13:31:13 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-17 13:31:13 +0000
commit4ab4dc8ed81fbcbe398e9d142096e1876b11a7c0 (patch)
treef22f2a9b00ca877b1b4a48e8019a17e038e4d835 /package/dnsmasq/files/dnsmasq.conf
parent2fa97d8559357429e60ec101b31ac32966b92f4e (diff)
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
Diffstat (limited to 'package/dnsmasq/files/dnsmasq.conf')
-rw-r--r--package/dnsmasq/files/dnsmasq.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/dnsmasq/files/dnsmasq.conf b/package/dnsmasq/files/dnsmasq.conf
index 8a8191b63..5be394696 100644
--- a/package/dnsmasq/files/dnsmasq.conf
+++ b/package/dnsmasq/files/dnsmasq.conf
@@ -10,14 +10,8 @@ domain=lan
expand-hosts
resolv-file=/tmp/resolv.conf.auto
-@ifdef dhcp_enable
-dhcp-range=@@start@@,@@end@@,@@netmask@@,@@lease@@
dhcp-authoritative
dhcp-leasefile=/tmp/dhcp.leases
-@endif
-@ifdef wan_ifname
-except-interface=@@wan_ifname@@
-@endif
# use /etc/ethers for static hosts; same format as --dhcp-host
# <hwaddr> <ipaddr>