summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2017-01-05 16:01:17 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2017-01-05 16:01:17 +0100
commit1fef80f29cf6bdfcb6cdbd913b9147797b8bc218 (patch)
treea050829f38982ad570f0407444ffbd9668e1e4f0 /target/linux/ar71xx/base-files/etc/board.d/02_network
parent2ee3e8dd42272f4109830cd26a7fd6f1231ddae8 (diff)
downloadmtk-20170518-1fef80f29cf6bdfcb6cdbd913b9147797b8bc218.zip
mtk-20170518-1fef80f29cf6bdfcb6cdbd913b9147797b8bc218.tar.gz
mtk-20170518-1fef80f29cf6bdfcb6cdbd913b9147797b8bc218.tar.bz2
ar71xx: add support for TP-Link WBS210/510
The devices are mostly identical to the CPE210/510, but use external antennas. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/board.d/02_network4
1 files changed, 3 insertions, 1 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 8acd214..66274db 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -212,7 +212,9 @@ ar71xx_setup_interfaces()
ucidef_set_interface_lan "eth0" "dhcp"
;;
cpe210|\
- cpe510)
+ cpe510|\
+ wbs210|\
+ wbs510)
ucidef_add_switch "switch0" \
"0@eth0" "5:lan" "4:wan"
;;