aredn/patches/009-add-sxtsq.patch

24 lines
556 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
@@ -575,6 +575,18 @@ mikrotik_board_detect() {
*"SXT Lite5")
name="rb-sxt5n"
;;
+ *"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")
+ name="rb-lhg-5hpnd"
+ ;;
*"wAP 2nD r2")
name="rb-wap-2nd"
;;