mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-10-20 00:24:26 -04:00
4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
[ ifup = "$ACTION" ] && {
|
|
uci_set_state network "$INTERFACE" up 1
|
|
}
|