mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
create the dhcp leasefile if it doesn't exist
SVN-Revision: 10460
This commit is contained in:
parent
44f1ad22c8
commit
cf1cf9a8fd
@ -63,6 +63,9 @@ dnsmasq() {
|
||||
append_parm "$cfg" "local" "-S"
|
||||
append_parm "$cfg" "leasefile" "-l"
|
||||
append_parm "$cfg" "resolvfile" "-r"
|
||||
|
||||
config_get leasefile $cfg leasefile
|
||||
[ -e "$leasefile" ] || touch "$leasefile"
|
||||
}
|
||||
|
||||
dhcp_subscrid_add() {
|
||||
|
Loading…
Reference in New Issue
Block a user