mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
9a996248d4
SVN-Revision: 24212
6 lines
233 B
Plaintext
6 lines
233 B
Plaintext
[ ifup = "$ACTION" ] && {
|
|
uci_set_state network "$INTERFACE" up 1
|
|
uci_set_state network "$INTERFACE" connect_time $(sed -ne 's![^0-9].*$!!p' /proc/uptime)
|
|
[ -n "$DEVICE" ] && uci_set_state network "$INTERFACE" ifname "$DEVICE"
|
|
}
|