add support for NW8xx based USB video devices (closes: #2319)
[openwrt.git] / package / base-files / files / usr / share / udhcpc / default.script
index 7ce3d2a..30e84e6 100755 (executable)
@@ -7,6 +7,7 @@ RESOLV_CONF="/tmp/resolv.conf.auto"
 
 hotplug_event() {
        scan_interfaces
 
 hotplug_event() {
        scan_interfaces
+       config_load /var/state/network
        for ifc in $interfaces; do
                config_get ifname $ifc ifname
                [ "$ifname" = "$interface" ] || continue
        for ifc in $interfaces; do
                config_get ifname $ifc ifname
                [ "$ifname" = "$interface" ] || continue
This page took 0.024852 seconds and 4 git commands to generate.