Author: blogic
Date: 2015-01-17 08:06:45 +0100 (Sat, 17 Jan 2015)
New Revision: 43983

Modified:
   trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh
Log:
ar71xx: fix board detection for TP-LINK TL-WA860RE

Signed-off-by: Matthias Schiffer <[email protected]>

Modified: trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh
===================================================================
--- trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh  2015-01-16 19:04:19 UTC 
(rev 43982)
+++ trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh  2015-01-17 07:06:45 UTC 
(rev 43983)
@@ -645,6 +645,9 @@
        *TL-WA850RE)
                name="tl-wa850re"
                ;;
+       *TL-WA860RE)
+               name="tl-wa860re"
+               ;;
        *"TL-WA830RE v2")
                name="tl-wa830re-v2"
                ;;
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to