[package] base-file: move alias setup to route hotplug, this fixes alias sections...
[openwrt.git] / package / base-files / files / etc / hotplug.d / iface / 00-netstate
index f215d29..03285de 100644 (file)
@@ -1,3 +1,4 @@
 [ ifup = "$ACTION" ] && {
        uci_set_state network "$INTERFACE" up 1 
+       [ -n "$DEVICE" ] && uci_set_state network "$INTERFACE" ifname "$DEVICE"
 }
This page took 0.023483 seconds and 4 git commands to generate.