Browse Source

ar71xx: really fix Mikrotik board detection

commit e09da0169a08 ("ar71xx: fix Mikrotik board detection")
was generated based on testing a rb-912 board, on which detection failed.

Testing on more hardware shows something fun:

machine	: MikroTik RouterBOARD 922UAGS-5HPacD
machine	: Mikrotik RouterBOARD 912UAG-5HPnD

Both lowercase and uppercase are used.
So ensure we support both now ..

Fixes: e09da0169a08 ("ar71xx: fix Mikrotik board detection")

Signed-off-by: Koen Vandeputte <[email protected]>
Koen Vandeputte 6 years ago
parent
commit
845b2a1cfe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/ar71xx/base-files/lib/ar71xx.sh

+ 1 - 0
target/linux/ar71xx/base-files/lib/ar71xx.sh

@@ -1001,6 +1001,7 @@ ar71xx_board_detect() {
 	*"MAC1200R")
 		name="mc-mac1200r"
 		;;
+	"MikroTik"*|\
 	"Mikrotik"*)
 		name=$(mikrotik_board_detect "$machine")
 		;;