From 53cb96b3bb10e3017fc24c94ba5b67952ae83531 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 17 Jan 2015 07:06:45 +0000 Subject: [PATCH] ar71xx: fix board detection for TP-LINK TL-WA860RE Signed-off-by: Matthias Schiffer SVN-Revision: 43983 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) 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" ;; -- 2.30.2