add lzma compression format to mkimage (will be used on infineon amazon)
[openwrt.git] / package / dnsmasq / files / dnsmasq.init
index 1185649..1d4cc5a 100644 (file)
@@ -40,7 +40,7 @@ dhcp_add() {
        # check for an already active dhcp server on the interface, unless 'force' is set
        config_get_bool force "$cfg" force 0
        [ "$force" -gt 0 ] || {
-               udhcpc -n -q -R -s /bin/true -i $ifname >&- && return 0
+               udhcpc -n -q -R -s /bin/true -t 1 -i $ifname >&- && return 0
        }
        
        config_get start "$cfg" start
This page took 0.021409 seconds and 4 git commands to generate.