mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-10 04:41:49 +00:00
4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
[ ifup = "$ACTION" ] && {
|
|
uci_set_state network "$INTERFACE" up 1
|
|
}
|