projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cdbc90
)
lantiq: fix port indexing for WBMR-300
author
Felix Fietkau
<nbd@nbd.name>
Mon, 14 Nov 2016 19:02:37 +0000
(20:02 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 14 Nov 2016 19:03:02 +0000
(20:03 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/lantiq/base-files/etc/board.d/02_network
patch
|
blob
|
history
diff --git
a/target/linux/lantiq/base-files/etc/board.d/02_network
b/target/linux/lantiq/base-files/etc/board.d/02_network
index d9221dab8676b92d6242e43d65297a8efe3f9a1a..16b85a815b914eec2bc200143d2f4f6dc300305b 100755
(executable)
--- a/
target/linux/lantiq/base-files/etc/board.d/02_network
+++ b/
target/linux/lantiq/base-files/etc/board.d/02_network
@@
-154,7
+154,7
@@
WBMR300)
lan_mac=$(mtd_get_mac_ascii ubootconfig ethaddr)
wan_mac="$lan_mac"
ucidef_add_switch "switch0" \
- "
2:lan:2" "3:lan:3" "5
:lan:4" "4:wan:1" "6t@eth0"
+ "
5:lan:2" "2:lan:3" "3
:lan:4" "4:wan:1" "6t@eth0"
;;
*)