5cc72a2874
SVN-Revision: 13399
5 lines
143 B
Plaintext
5 lines
143 B
Plaintext
[ ifup = "$ACTION" ] && {
|
|
uci_set_state network "$INTERFACE" up 1
|
|
[ -n "$DEVICE" ] && uci_set_state network "$INTERFACE" ifname "$DEVICE"
|
|
}
|