projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add lzma kernel compression support for au1000
[openwrt.git]
/
package
/
dnsmasq
/
files
/
dnsmasq.conf
diff --git
a/package/dnsmasq/files/dnsmasq.conf
b/package/dnsmasq/files/dnsmasq.conf
index
43acd85
..
8a51f84
100644
(file)
--- a/
package/dnsmasq/files/dnsmasq.conf
+++ b/
package/dnsmasq/files/dnsmasq.conf
@@
-12,15
+12,13
@@
resolv-file=/tmp/resolv.conf
@ifdef dhcp_enable
dhcp-range=@@start@@,@@end@@,@@netmask@@,@@lease@@
@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
@endif
@ifdef wan_ifname
except-interface=@@wan_ifname@@
@endif
-# enable dhcp (start,end,netmask,leasetime)
-dhcp-authoritative
-dhcp-leasefile=/tmp/dhcp.leases
-
# use /etc/ethers for static hosts; same format as --dhcp-host
# <hwaddr> <ipaddr>
read-ethers
# use /etc/ethers for static hosts; same format as --dhcp-host
# <hwaddr> <ipaddr>
read-ethers
This page took
0.026591 seconds
and
4
git commands to generate.