Skip to content

Commit

Permalink
qualcommax: ipq50xx: sysupgrade: fix OEM UBI volume name for Linksys …
Browse files Browse the repository at this point in the history
…MX devices

The UBI volume name in OEM firmware for Linksys MX2000, MX5500, and
SPNMX56 is 'squashfs' instead of 'rootfs'. So let's update the volume
accordingly.

Signed-off-by: George Moussalem <[email protected]>
Link: openwrt/openwrt#17968
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
georgemoussalem authored and robimarko committed Feb 18, 2025
1 parent fe379eb commit 92132bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ platform_do_upgrade() {
linksys,mx2000|\
linksys,mx5500|\
linksys,spnmx56)
remove_oem_ubi_volume rootfs
remove_oem_ubi_volume squashfs
linksys_mx_do_upgrade "$1"
;;
*)
Expand Down

0 comments on commit 92132bb

Please sign in to comment.