add lzma compression format to mkimage (will be used on infineon amazon)
[openwrt.git] / package / dnsmasq / files / dnsmasq.conf
index 8a51f84..8001e3b 100644 (file)
@@ -8,16 +8,11 @@ localise-queries
 local=/lan/
 domain=lan
 expand-hosts
-resolv-file=/tmp/resolv.conf
+no-negcache
+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>
This page took 0.021576 seconds and 4 git commands to generate.