mirror of
https://github.com/openwrt/openwrt.git
synced 2025-06-04 00:20:47 +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: 76c963bb01fb ("ar71xx: base-files: fix board detect on new MikroTik devices") Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
This commit is contained in:
parent
5ec609815e
commit
1172d809f2
@ -1001,7 +1001,7 @@ ar71xx_board_detect() {
|
|||||||
*"MAC1200R")
|
*"MAC1200R")
|
||||||
name="mc-mac1200r"
|
name="mc-mac1200r"
|
||||||
;;
|
;;
|
||||||
"MikroTik"*)
|
"Mikrotik"*)
|
||||||
name=$(mikrotik_board_detect "$machine")
|
name=$(mikrotik_board_detect "$machine")
|
||||||
;;
|
;;
|
||||||
*"MiniBox V1.0")
|
*"MiniBox V1.0")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user