projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ramips: add support for the ARC FreeStation5 board, also fix WCR-150GN network setup...
[openwrt.git]
/
package
/
switch
/
files
/
switch.sh
diff --git
a/package/switch/files/switch.sh
b/package/switch/files/switch.sh
index
6517ca9
..
2563d41
100644
(file)
--- a/
package/switch/files/switch.sh
+++ b/
package/switch/files/switch.sh
@@
-11,6
+11,7
@@
setup_switch_hw() {
local proc="/proc/switch/$dev"
[ -d "$proc" ] && {
+ ifconfig "$dev" up
echo "$reset" > "$proc/reset"
echo "$evlan" > "$proc/enable_vlan"
[ -f "$proc/enable" ] && echo "$enable" > "$proc/enable"
This page took
0.024111 seconds
and
4
git commands to generate.