summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-01-17 07:06:45 +0000
committerJohn Crispin <john@openwrt.org>2015-01-17 07:06:45 +0000
commitb5f9e5e454bf0938eb4de6d2c0337cfe23f5ac70 (patch)
tree7813e92b1dc53cd4ed4493916e6201769554d357 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent59cab6dd4820243e4828bed5dcd120fe05310725 (diff)
downloadmaster-31e0f0ae-b5f9e5e454bf0938eb4de6d2c0337cfe23f5ac70.tar.gz
master-31e0f0ae-b5f9e5e454bf0938eb4de6d2c0337cfe23f5ac70.tar.bz2
master-31e0f0ae-b5f9e5e454bf0938eb4de6d2c0337cfe23f5ac70.zip
ar71xx: fix board detection for TP-LINK TL-WA860RE
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 43983
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 9b056e9d9a..387de722ea 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -645,6 +645,9 @@ ar71xx_board_detect() {
*TL-WA850RE)
name="tl-wa850re"
;;
+ *TL-WA860RE)
+ name="tl-wa860re"
+ ;;
*"TL-WA830RE v2")
name="tl-wa830re-v2"
;;