mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[package] dnsmasq: add option to specify dhcp-hostsfile (#5079)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15747 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
10ea8c0638
commit
fed636e223
@ -81,6 +81,9 @@ dnsmasq() {
|
||||
config_get leasefile $cfg leasefile
|
||||
[ -e "$leasefile" ] || touch "$leasefile"
|
||||
config_get_bool cachelocal "$cfg" cachelocal 1
|
||||
|
||||
config_get hostsfile "$cfg" dhcphostsfile
|
||||
[ -e "$hostsfile" ] && append args "--dhcp-hostsfile=$hostsfile"
|
||||
}
|
||||
|
||||
dhcp_subscrid_add() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user