mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
ipq807x: update current partition directly
This commit is contained in:
parent
a6cc239b86
commit
b9089dbf09
@ -14,7 +14,7 @@ platform_do_upgrade() {
|
||||
xiaomi,ax3600|\
|
||||
xiaomi,ax9000)
|
||||
part_num="$(fw_printenv -n flag_boot_rootfs)"
|
||||
if [ "$part_num" -eq "0" ]; then
|
||||
if [ "$part_num" -eq "1" ]; then
|
||||
CI_UBIPART="rootfs_1"
|
||||
target_num=1
|
||||
# Reset fail flag for the current partition
|
||||
|
Loading…
Reference in New Issue
Block a user