ramips: rt305x: add support for the DIR-600 B1,B2 boards
[openwrt.git] / package / base-files / files / etc / hotplug.d / iface / 00-netstate
1 [ ifup = "$ACTION" ] && {
2 uci_toggle_state network "$INTERFACE" up 1
3 uci_toggle_state network "$INTERFACE" connect_time $(sed -ne 's![^0-9].*$!!p' /proc/uptime)
4 [ -n "$DEVICE" ] && uci_toggle_state network "$INTERFACE" ifname "$DEVICE"
5 }
This page took 0.041379 seconds and 5 git commands to generate.