mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-22 04:18:10 +00:00
ar71xx: really fix Mikrotik board detection
commite09da0169a
("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:e09da0169a
("ar71xx: fix Mikrotik board detection") Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com> (cherry picked from commit845b2a1cfe
)
This commit is contained in:
parent
471baf3f74
commit
b72b37d6ff
@ -965,6 +965,7 @@ ar71xx_board_detect() {
|
||||
*"MAC1200R")
|
||||
name="mc-mac1200r"
|
||||
;;
|
||||
"MikroTik"*|\
|
||||
"Mikrotik"*)
|
||||
name=$(mikrotik_board_detect "$machine")
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user