[source] Revert "mvebu: simplify etc/board.d/02_network"
LEDE Commits
lede-commits at lists.infradead.org
Fri Nov 25 11:03:56 PST 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/95e7868e7e2c93c832254e4ab15d73294d6e78d3
commit 95e7868e7e2c93c832254e4ab15d73294d6e78d3
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Nov 25 20:02:56 2016 +0100
Revert "mvebu: simplify etc/board.d/02_network"
This reverts commit 539ae47103b7de5cecb1a94beab0acb97ef7df1d.
According to reports, this introduces a regression on WRT3200ACM
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
target/linux/mvebu/base-files/etc/board.d/02_network | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/target/linux/mvebu/base-files/etc/board.d/02_network b/target/linux/mvebu/base-files/etc/board.d/02_network
index f4a87ef..614a0e2 100755
--- a/target/linux/mvebu/base-files/etc/board.d/02_network
+++ b/target/linux/mvebu/base-files/etc/board.d/02_network
@@ -15,7 +15,11 @@ case "$board" in
armada-385-linksys-caiman|\
armada-385-linksys-cobra|\
armada-385-linksys-rango|\
-armada-385-linksys-shelby|\
+armada-385-linksys-shelby)
+ ucidef_set_interfaces_lan_wan "eth1" "eth0"
+ ucidef_add_switch "switch0" \
+ "0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "6 at eth1" "4:wan" "5 at eth0"
+ ;;
armada-xp-linksys-mamba)
ucidef_set_interfaces_lan_wan "eth0" "eth1"
ucidef_add_switch "switch0" \
More information about the lede-commits
mailing list