aredn: add new Mikrotik model string SXTsq5HPnD

Mikrotik change of string used to identify device
This commit is contained in:
Joe Ayers 2020-08-17 18:30:27 -07:00 committed by Joe AE6XE
parent 5e572ff66a
commit 5c723917e6
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Index: openwrt/target/linux/ar71xx/base-files/lib/ar71xx.sh
=================================================================== ===================================================================
--- openwrt.orig/target/linux/ar71xx/base-files/lib/ar71xx.sh --- openwrt.orig/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ openwrt/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ openwrt/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -575,6 +575,18 @@ mikrotik_board_detect() { @@ -577,6 +577,19 @@ mikrotik_board_detect() {
*"SXT Lite5") *"SXT Lite5")
name="rb-sxt5n" name="rb-sxt5n"
;; ;;
@ -15,7 +15,8 @@ Index: openwrt/target/linux/ar71xx/base-files/lib/ar71xx.sh
+ *"RBSXTsq2nD") + *"RBSXTsq2nD")
+ name="rb-lhg-5nd" + name="rb-lhg-5nd"
+ ;; + ;;
+ *"SXTsq 5HPnD") + *"SXTsq 5HPnD"|\
+ *"SXTsq5HPnD")
+ name="rb-lhg-5hpnd" + name="rb-lhg-5hpnd"
+ ;; + ;;
*"wAP 2nD r2") *"wAP 2nD r2")