From 572a1f9abe45141c90837932924cfee22e24ddb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibaut=20VAR=C3=88NE?= Date: Tue, 5 Oct 2021 17:32:54 +0200 Subject: [PATCH] ar71xx: fix MikroTik wAP detection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MikroTik released a 3rd revision of that board, virtually identical to the previous one as far as software is concerned. Signed-off-by: Thibaut VARÈNE Signed-off-by: Petr Štetiar [wixed typo] --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 044ef4eae5..14b661cfd7 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -542,7 +542,8 @@ mikrotik_board_detect() { *"SXT Lite5") name="rb-sxt5n" ;; - *"wAP 2nD r2") + *"wAP 2nD r2"|\ + *"wAP 2nD r3") name="rb-wap-2nd" ;; *"wAP R-2nD"|\