projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
brcm-2.4: Fixed preinit and failsafe switch configuration
[openwrt.git]
/
target
/
linux
/
brcm-2.4
/
base-files
/
lib
/
preinit
/
05_failsafe_config_switch_brcm
1
#!/bin/sh
2
3
failsafe_config_switch
() {
4
[
-d
/
proc
/
switch
/
eth0
] && [
"
$ifname
"
=
"eth0"
] && {
5
echo
"0 1 2 3 4
${cpu_port:-5u*}
"
> /
proc
/
switch
/
eth
0
/
vlan
/
0
/
ports
6
}
7
}
8
9
boot_hook_add failsafe failsafe_config_switch
10
This page took
0.039436 seconds
and
5
git commands to generate.