diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-11-25 20:02:56 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-11-25 20:03:45 +0100 |
commit | 95e7868e7e2c93c832254e4ab15d73294d6e78d3 (patch) | |
tree | 0e9ea66fc1eb69f3ae61daa2c2eb1aed26745634 /target/linux/mvebu | |
parent | ee6beb2e1cc735cbcb9e985f7ab18cad6fc218b8 (diff) | |
download | upstream-95e7868e7e2c93c832254e4ab15d73294d6e78d3.tar.gz upstream-95e7868e7e2c93c832254e4ab15d73294d6e78d3.tar.bz2 upstream-95e7868e7e2c93c832254e4ab15d73294d6e78d3.zip |
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@nbd.name>
Diffstat (limited to 'target/linux/mvebu')
-rwxr-xr-x | target/linux/mvebu/base-files/etc/board.d/02_network | 6 |
1 files changed, 5 insertions, 1 deletions
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 f4a87efc91..614a0e2887 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@eth1" "4:wan" "5@eth0" + ;; armada-xp-linksys-mamba) ucidef_set_interfaces_lan_wan "eth0" "eth1" ucidef_add_switch "switch0" \ |