qualcommax: ipq60xx: WAX610 remove unmountable oem partitions on upgrade
When using TFTP install method on a fresh unit, wifi_fw and ubi_rootfs UBI volumes must be removed or will hang when mounting. Signed-off-by: Erik Servili <serverror@serverror.com> Link: https://github.com/openwrt/openwrt/pull/19215 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
1ce0eb5bf2
commit
9df3d6b21c
1 changed files with 6 additions and 2 deletions
|
@ -118,11 +118,15 @@ platform_do_upgrade() {
|
||||||
glinet,gl-ax1800|\
|
glinet,gl-ax1800|\
|
||||||
glinet,gl-axt1800|\
|
glinet,gl-axt1800|\
|
||||||
netgear,wax214|\
|
netgear,wax214|\
|
||||||
netgear,wax610|\
|
|
||||||
netgear,wax610y|\
|
|
||||||
qihoo,360v6)
|
qihoo,360v6)
|
||||||
nand_do_upgrade "$1"
|
nand_do_upgrade "$1"
|
||||||
;;
|
;;
|
||||||
|
netgear,wax610|\
|
||||||
|
netgear,wax610y)
|
||||||
|
remove_oem_ubi_volume wifi_fw
|
||||||
|
remove_oem_ubi_volume ubi_rootfs
|
||||||
|
nand_do_upgrade "$1"
|
||||||
|
;;
|
||||||
linksys,mr7350|\
|
linksys,mr7350|\
|
||||||
linksys,mr7500)
|
linksys,mr7500)
|
||||||
boot_part="$(fw_printenv -n boot_part)"
|
boot_part="$(fw_printenv -n boot_part)"
|
||||||
|
|
Loading…
Reference in a new issue