aredn/patches/009-add-sxtsq.patch

26 lines
590 B
Diff
Raw Normal View History

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
@@ -577,6 +577,20 @@ mikrotik_board_detect() {
*"SXT Lite5")
name="rb-sxt5n"
;;
+ *"SXTsq5nD"|\
+ *"SXTsq 5nD")
2019-09-22 14:30:30 -06:00
+ name="rb-lhg-5nd"
+ ;;
+ *"SXTsq 2nD")
+ name="rb-lhg-5nd"
+ ;;
+ *"RBSXTsq2nD")
+ name="rb-lhg-5nd"
+ ;;
+ *"SXTsq 5HPnD"|\
+ *"SXTsq5HPnD")
+ name="rb-lhg-5hpnd"
+ ;;
*"wAP 2nD r2")
name="rb-wap-2nd"
;;