diff options
Diffstat (limited to 'openwrt/package/dnsmasq/files/S50dnsmasq')
-rwxr-xr-x | openwrt/package/dnsmasq/files/S50dnsmasq | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/dnsmasq/files/S50dnsmasq b/openwrt/package/dnsmasq/files/S50dnsmasq index e913b8be18..17e331fac8 100755 --- a/openwrt/package/dnsmasq/files/S50dnsmasq +++ b/openwrt/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} |