projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
package
/
base-files-network
/
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.045358 seconds
and
5
git commands to generate.