diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2017-01-05 16:01:17 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2017-01-05 16:01:17 +0100 |
commit | 1fef80f29cf6bdfcb6cdbd913b9147797b8bc218 (patch) | |
tree | a050829f38982ad570f0407444ffbd9668e1e4f0 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 2ee3e8dd42272f4109830cd26a7fd6f1231ddae8 (diff) | |
download | upstream-1fef80f29cf6bdfcb6cdbd913b9147797b8bc218.tar.gz upstream-1fef80f29cf6bdfcb6cdbd913b9147797b8bc218.tar.bz2 upstream-1fef80f29cf6bdfcb6cdbd913b9147797b8bc218.zip |
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/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 8 |
1 files changed, 8 insertions, 0 deletions
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" ;; |