summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut VARÈNE <hacks@slashdirt.org>2021-10-05 17:32:54 +0200
committerPetr Štetiar <ynezz@true.cz>2022-02-19 20:38:46 +0100
commit572a1f9abe45141c90837932924cfee22e24ddb4 (patch)
tree41a55cdef104649a0d3eec323c7bf3b28cf00a4d
parenta2482fc3a57cbdd8667d7261d130c9bd2441dbfe (diff)
downloadopenwrt-572a1f9abe45141c90837932924cfee22e24ddb4.tar.gz
openwrt-572a1f9abe45141c90837932924cfee22e24ddb4.tar.bz2
openwrt-572a1f9abe45141c90837932924cfee22e24ddb4.zip
ar71xx: fix MikroTik wAP detection
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 <hacks@slashdirt.org> Signed-off-by: Petr Štetiar <ynezz@true.cz> [wixed typo]
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 2 insertions, 1 deletions
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"|\