gluon/patches/openwrt/0012-ar71xx-fix-board-detection-for-TP-LINK-TL-WA860RE.patch

21 lines
638 B
Diff
Raw Normal View History

2015-01-16 19:07:58 +00:00
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Fri, 16 Jan 2015 19:56:39 +0100
Subject: ar71xx: fix board detection for TP-LINK TL-WA860RE
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
2015-01-20 23:10:09 +00:00
index 19cd1a7..b0a0bd6 100755
2015-01-16 19:07:58 +00:00
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
2015-01-20 23:10:09 +00:00
@@ -630,6 +630,9 @@ ar71xx_board_detect() {
2015-01-16 19:07:58 +00:00
*TL-WA850RE)
name="tl-wa850re"
;;
+ *TL-WA860RE)
+ name="tl-wa860re"
+ ;;
*"TL-WA830RE v2")
name="tl-wa830re-v2"
;;