[openwrt/openwrt] qualcommax: ipq50xx: sysupgrade: fix OEM UBI volume name for Linksys MX devices

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 18 00:37:31 PST 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/92132bb9cc59a0673250036c685f906936f303f8

commit 92132bb9cc59a0673250036c685f906936f303f8
Author: George Moussalem <george.moussalem at outlook.com>
AuthorDate: Fri Feb 14 18:58:16 2025 +0400

    qualcommax: ipq50xx: sysupgrade: fix OEM UBI volume name for Linksys 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 <george.moussalem at outlook.com>
    Link: https://github.com/openwrt/openwrt/pull/17968
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/qualcommax/ipq50xx/base-files/lib/upgrade/platform.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/qualcommax/ipq50xx/base-files/lib/upgrade/platform.sh b/target/linux/qualcommax/ipq50xx/base-files/lib/upgrade/platform.sh
index 5144617f8b..bafbc7bbdb 100644
--- a/target/linux/qualcommax/ipq50xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/qualcommax/ipq50xx/base-files/lib/upgrade/platform.sh
@@ -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"
 		;;
 	*)




More information about the lede-commits mailing list