[tools] gmp: update to 5.0.4
[openwrt.git] / package / netifd / files / etc / hotplug.d / iface / 00-netstate
index d5cf761..c50cda6 100644 (file)
@@ -1,5 +1,8 @@
 [ ifup = "$ACTION" ] && {
        uci_toggle_state network "$INTERFACE" up 1
        uci_toggle_state network "$INTERFACE" connect_time $(sed -ne 's![^0-9].*$!!p' /proc/uptime)
-       [ -n "$DEVICE" ] && uci_toggle_state network "$INTERFACE" ifname "$DEVICE"
+       [ -n "$DEVICE" ] && {
+               uci_toggle_state network "$INTERFACE" device "$(uci -q get network.$INTERFACE.ifname)"
+               uci_toggle_state network "$INTERFACE" ifname "$DEVICE"
+       }
 }
This page took 0.022051 seconds and 4 git commands to generate.