X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2bf82c45606bc88b69a15432733261648ad44e26..4b53dfd5ab2ec55e9fbf529b3e176a1f63a1bdd1:/package/dnsmasq/files/S50dnsmasq diff --git a/package/dnsmasq/files/S50dnsmasq b/package/dnsmasq/files/S50dnsmasq index e913b8be1..17e331fac 100755 --- a/package/dnsmasq/files/S50dnsmasq +++ b/package/dnsmasq/files/S50dnsmasq @@ -25,6 +25,6 @@ udhcpc -n -q -R -s /bin/true -i $ifname >&- || { wanproto=$(nvram get wan_proto) [ -z "$wanproto" -o "$wanproto" = "none" ] || wanif=$(nvram get wan_ifname) - args="-l /tmp/dhcp.leases -K -F $(int2ip $start),$(int2ip $end),$(int2ip $netmask),12h ${wanif:+-I ${wanif} }" + args="-K -F $(int2ip $start),$(int2ip $end),$(int2ip $netmask),12h ${wanif:+-I ${wanif} }" } dnsmasq ${args}