mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-04 08:24:15 +01:00
4 lines
143 B
Text
4 lines
143 B
Text
[ ifup = "$ACTION" ] && {
|
|
uci_set_state network "$INTERFACE" up 1
|
|
[ -n "$DEVICE" ] && uci_set_state network "$INTERFACE" ifname "$DEVICE"
|
|
}
|