From 1fef80f29cf6bdfcb6cdbd913b9147797b8bc218 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 5 Jan 2017 16:01:17 +0100 Subject: 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 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 3241100198..1b30f4d827 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -510,6 +510,14 @@ ar71xx_board_detect() { *CPE870) name="cpe870" ;; + *WBS210) + name="wbs210" + tplink_pharos_board_detect + ;; + *WBS510) + name="wbs510" + tplink_pharos_board_detect + ;; *CR3000) name="cr3000" ;; -- cgit v1.2.3