mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-29 18:07:31 +02: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
0ef1c1585f
commit
eb99a3f917
@ -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…
Reference in New Issue
Block a user