projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d92e84
)
fix wrtsl54gs failsafe vlan settings
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 8 Mar 2006 06:33:08 +0000
(06:33 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 8 Mar 2006 06:33:08 +0000
(06:33 +0000)
SVN-Revision: 3335
openwrt/package/base-files/default/etc/preinit
patch
|
blob
|
history
diff --git
a/openwrt/package/base-files/default/etc/preinit
b/openwrt/package/base-files/default/etc/preinit
index 39b796b2d3b2db230273aedae25ba2d8330a50a3..dd481e065da595f1668beae80c422b701d081b55 100755
(executable)
--- a/
openwrt/package/base-files/default/etc/preinit
+++ b/
openwrt/package/base-files/default/etc/preinit
@@
-17,8
+17,8
@@
insmod switch-robo || insmod switch-adm || rmmod switch-core
echo 1 > /proc/switch/eth0/reset
case "$(nvram get boardtype)" in
- 0x0467) echo "0 1 2 3 5u*";;
- *) echo "1 2 3 4 5u*";;
+ 0x0467
|0x042f
) echo "0 1 2 3 5u*";;
+
*) echo "1 2 3 4 5u*";;
esac > /proc/switch/eth0/vlan/0/ports
}