projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] base-files: set rules file for hotplug2 in the boot script (closes #5235)
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
hotplug.d
/
iface
/
00-netstate
diff --git
a/package/base-files/files/etc/hotplug.d/iface/00-netstate
b/package/base-files/files/etc/hotplug.d/iface/00-netstate
index
6bf6214
..
03285de
100644
(file)
--- a/
package/base-files/files/etc/hotplug.d/iface/00-netstate
+++ b/
package/base-files/files/etc/hotplug.d/iface/00-netstate
@@
-1,3
+1,4
@@
[ ifup = "$ACTION" ] && {
- uci set "/var/state/network.$INTERFACE.up=1"
+ uci_set_state network "$INTERFACE" up 1
+ [ -n "$DEVICE" ] && uci_set_state network "$INTERFACE" ifname "$DEVICE"
}
This page took
0.028884 seconds
and
4
git commands to generate.