projects
/
openwrt
/
svn-archive
/
archive.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
set dhcp lease file in dnsmasq.conf instead of /tmp/dhcp.leases
[openwrt/svn-archive/archive.git]
/
openwrt
/
package
/
dnsmasq
/
files
/
dnsmasq.conf
diff --git
a/openwrt/package/dnsmasq/files/dnsmasq.conf
b/openwrt/package/dnsmasq/files/dnsmasq.conf
index b4bdd4b6345588c39d2724ef6a4f91cd2c8c09ca..d4a9f082ca4635a25d9c4122a7956e72fea615a6 100644
(file)
--- a/
openwrt/package/dnsmasq/files/dnsmasq.conf
+++ b/
openwrt/package/dnsmasq/files/dnsmasq.conf
@@
-12,7
+12,7
@@
expand-hosts
# enable dhcp (start,end,netmask,leasetime)
dhcp-authoritative
#dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h
# enable dhcp (start,end,netmask,leasetime)
dhcp-authoritative
#dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h
-
#
dhcp-leasefile=/tmp/dhcp.leases
+dhcp-leasefile=/tmp/dhcp.leases
# use /etc/ethers for static hosts; same format as --dhcp-host
# <hwaddr> <ipaddr>
# use /etc/ethers for static hosts; same format as --dhcp-host
# <hwaddr> <ipaddr>