mirror of https://github.com/aredn/aredn.git
aredn: add new Mikrotik model string SXTsq5HPnD
Mikrotik change of string used to identify device
This commit is contained in:
parent
5e572ff66a
commit
5c723917e6
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue