aboutsummaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/files/dnsmasq.conf
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-17 13:31:13 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-17 13:31:13 +0000
commit947bab0abbee71ec839eb4cb8fdf88f314d82f2a (patch)
treef22f2a9b00ca877b1b4a48e8019a17e038e4d835 /package/dnsmasq/files/dnsmasq.conf
parent8dcd68617021e87d8654fcdf153ff33cb53759f5 (diff)
downloadupstream-947bab0abbee71ec839eb4cb8fdf88f314d82f2a.tar.gz
upstream-947bab0abbee71ec839eb4cb8fdf88f314d82f2a.tar.bz2
upstream-947bab0abbee71ec839eb4cb8fdf88f314d82f2a.zip
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 8a8191b635..5be394696a 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>