mirror of
https://github.com/padavanonly/immortalwrt-mt798x.git
synced 2025-12-16 16:56:38 +00:00
mediatek: fix emmc sysupgrade on MT7986 (#169)
This commit is contained in:
parent
1e3e270dca
commit
a5c5eef119
@ -151,7 +151,9 @@ platform_do_upgrade() {
|
||||
*snand*)
|
||||
nand_do_upgrade "$1"
|
||||
;;
|
||||
bananapi,bpi-r3mini-emmc |\
|
||||
bananapi,bpi-r3mini-emmc)
|
||||
emmc_do_upgrade "$1"
|
||||
;;
|
||||
*emmc*)
|
||||
mtk_mmc_do_upgrade "$1"
|
||||
;;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user