projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add missing .configured target that caused superfluous package rebuild, tweak package...
[openwrt.git]
/
obsolete-buildroot
/
sources
/
openwrt
/
root
/
etc
/
dnsmasq.conf
diff --git
a/obsolete-buildroot/sources/openwrt/root/etc/dnsmasq.conf
b/obsolete-buildroot/sources/openwrt/root/etc/dnsmasq.conf
index
eb88062
..
293edc6
100644
(file)
--- a/
obsolete-buildroot/sources/openwrt/root/etc/dnsmasq.conf
+++ b/
obsolete-buildroot/sources/openwrt/root/etc/dnsmasq.conf
@@
-15,7
+15,8
@@
dhcp-authoritative
dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h
dhcp-leasefile=/tmp/dhcp.leases
dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h
dhcp-leasefile=/tmp/dhcp.leases
-# allow a /etc/ethers for static hosts
+# use /etc/ethers for static hosts; same format as --dhcp-host
+# <hwaddr> [<hostname>] <ipaddr>
read-ethers
# other useful options:
read-ethers
# other useful options:
This page took
0.035371 seconds
and
4
git commands to generate.