mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
leases file defaults to var/misc, which does not exist
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1127 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
84f59de539
commit
a4386fc234
@ -20,6 +20,6 @@ udhcpc -n -q -R -s /dev/zero -i $ifname >&- || {
|
||||
end=$(nvram get dhcp_num)
|
||||
end=$((start+${end:-150}))
|
||||
|
||||
args="-K -F $(int2ip $start),$(int2ip $end),$(int2ip $netmask),12h"
|
||||
args="-l /tmp/dhcp.leases -K -F $(int2ip $start),$(int2ip $end),$(int2ip $netmask),12h"
|
||||
}
|
||||
dnsmasq ${args}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user