diff mbox

[OpenWrt-Devel] ar71xx: fix board detection for TP-LINK TL-WA860RE

Message ID 6e4db7871f27572ca4a1b1e71df3bcdbebe9bdcd.1421435255.git.mschiffer@universe-factory.net
State Accepted
Headers show

Commit Message

Matthias Schiffer Jan. 16, 2015, 7:07 p.m. UTC
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
---
 target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index a12101a..78a0cef 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"
 		;;