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:
9ba39a8
)
brcm47xx: fix wgt634u port assignment, broken since openwrt r47866
author
Luka Perkov
<luka@openwrt.org>
Tue, 10 May 2016 22:37:10 +0000
(22:37 +0000)
committer
Luka Perkov
<luka@openwrt.org>
Tue, 10 May 2016 22:37:10 +0000
(22:37 +0000)
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 49353
target/linux/brcm47xx/base-files/etc/board.d/01_detect
patch
|
blob
|
history
diff --git
a/target/linux/brcm47xx/base-files/etc/board.d/01_detect
b/target/linux/brcm47xx/base-files/etc/board.d/01_detect
index 91ac16eed74f7df38a535c527c8d793ac34793a0..16b81d4fe9a05e3ba08924f7eab1a107967d8b2c 100755
(executable)
--- a/
target/linux/brcm47xx/base-files/etc/board.d/01_detect
+++ b/
target/linux/brcm47xx/base-files/etc/board.d/01_detect
@@
-124,7
+124,7
@@
detect_by_model() {
# Netgear WGT634U exception
if grep -sqE 'mtd0: 000(6|a)0000' /proc/mtd; then
ucidef_add_switch "switch0" \
- "0:
wan" "1:lan" "2:lan" "3:lan" "4:l
an" "5@eth0"
+ "0:
lan" "1:lan" "2:lan" "3:lan" "4:w
an" "5@eth0"
return
fi