[source] lantiq: fix port indexing for WBMR-300
LEDE Commits
lede-commits at lists.infradead.org
Mon Nov 14 11:05:41 PST 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/ecab50023289fc1626dc0e080462897790039b75
commit ecab50023289fc1626dc0e080462897790039b75
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Nov 14 20:02:37 2016 +0100
lantiq: fix port indexing for WBMR-300
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
target/linux/lantiq/base-files/etc/board.d/02_network | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 d9221da..16b85a8 100755
--- 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 at eth0"
+ "5:lan:2" "2:lan:3" "3:lan:4" "4:wan:1" "6t at eth0"
;;
*)
More information about the lede-commits
mailing list