aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorHenryk Heisig <hyniu@o2.pl>2016-11-07 15:37:25 +0100
committerJohn Crispin <john@phrozen.org>2016-11-08 11:17:10 +0100
commit1b2b3cb8becef2bf6ddf3f3f3747f99fa17e334d (patch)
tree0b1a6383d312796edf0e0503ee7676dc970607da /target/linux/ar71xx/base-files/etc/board.d/02_network
parent5f6e94855113b0c37fba57eda4af0b0427457b98 (diff)
downloadupstream-1b2b3cb8becef2bf6ddf3f3f3747f99fa17e334d.tar.gz
upstream-1b2b3cb8becef2bf6ddf3f3f3747f99fa17e334d.tar.bz2
upstream-1b2b3cb8becef2bf6ddf3f3f3747f99fa17e334d.zip
ar71xx: wpa8630: change board name to tl-wpa8630
Signed-off-by: Henryk Heisig <hyniu@o2.pl>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/board.d/02_network8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network
index e6489af876..24dfced4ae 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -366,6 +366,10 @@ ar71xx_setup_interfaces()
ucidef_add_switch "switch0" \
"0@eth0" "2:lan:1" "3:lan:2" "4:lan:3" "5:lan:4" "1:wan"
;;
+ tl-wpa8630)
+ ucidef_add_switch "switch0" \
+ "0@eth0" "2:lan:3" "3:lan:2" "4:lan:1" "5:lan:4"
+ ;;
tl-wr1043nd)
ucidef_add_switch "switch0" \
"1:lan" "2:lan" "3:lan" "4:lan" "0:wan" "5@eth0"
@@ -398,10 +402,6 @@ ar71xx_setup_interfaces()
ucidef_add_switch_port_attr "switch0" 2 led 9
ucidef_add_switch_port_attr "switch0" 5 led 2
;;
- wpa8630)
- ucidef_add_switch "switch0" \
- "0@eth0" "2:lan:3" "3:lan:2" "4:lan:1" "5:lan:4"
- ;;
wpj344)
ucidef_add_switch "switch0" \
"0@eth0" "3:lan" "2:wan"