Update iproute2 to version 2.6.25, and fixup patches
[openwrt.git] / package / dnsmasq / files / dnsmasq.init
index 1a24612..cd44de8 100644 (file)
@@ -185,7 +185,7 @@ dhcp_add() {
                DNS_SERVERS="$DNS_SERVERS $dnsserver"
        }
 
-       append_bool "$cfg" ignore "-I $ifname"
+       append_bool "$cfg" ignore "-2 $ifname"
 
        config_get proto "$net" proto
        [ static = "$proto" ] || return 0
This page took 0.021988 seconds and 4 git commands to generate.