mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 23:12:32 +00:00
ar71xx: fix Mikrotik board detection
Fix a typo in the machine type being extracted from /proc/cpuinfo which causes all Mikrotik board to be undetected properly. This lead to sysupgrade issues and probably some others too. Fixes:acf2b6c888
("ar71xx: base-files: fix board detect on new MikroTik devices") Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com> (cherry picked from commite09da0169a
)
This commit is contained in:
parent
336aaedc9c
commit
471baf3f74
@ -965,7 +965,7 @@ ar71xx_board_detect() {
|
||||
*"MAC1200R")
|
||||
name="mc-mac1200r"
|
||||
;;
|
||||
"MikroTik"*)
|
||||
"Mikrotik"*)
|
||||
name=$(mikrotik_board_detect "$machine")
|
||||
;;
|
||||
*"MiniBox V1.0")
|
||||
|
Loading…
Reference in New Issue
Block a user