mirror of https://github.com/aredn/aredn.git
24 lines
556 B
Diff
24 lines
556 B
Diff
Index: openwrt/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
|
|
@@ -575,6 +575,18 @@ mikrotik_board_detect() {
|
|
*"SXT Lite5")
|
|
name="rb-sxt5n"
|
|
;;
|
|
+ *"SXTsq 5nD")
|
|
+ name="rb-lhg-5nd"
|
|
+ ;;
|
|
+ *"SXTsq 2nD")
|
|
+ name="rb-lhg-5nd"
|
|
+ ;;
|
|
+ *"RBSXTsq2nD")
|
|
+ name="rb-lhg-5nd"
|
|
+ ;;
|
|
+ *"SXTsq 5HPnD")
|
|
+ name="rb-lhg-5hpnd"
|
|
+ ;;
|
|
*"wAP 2nD r2")
|
|
name="rb-wap-2nd"
|
|
;;
|