[openwrt/openwrt] qualcommax: ipq50xx: drop unused factory.ubi for ELECOM WRC-X3000GS2

LEDE Commits lede-commits at lists.infradead.org
Sun Apr 27 02:14:39 PDT 2025


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

commit f22d872c65f7bd25325b4cec36814c953d6068d2
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Wed Apr 23 16:48:13 2025 +0900

    qualcommax: ipq50xx: drop unused factory.ubi for ELECOM WRC-X3000GS2
    
    Drop the firmware image entry "factory.ubi" from IMAGES for ELECOM
    WRC-X3000GS2.
    `Device/UbiFit` is added in the early stage of working for adding
    support of the device, but finally, only `KERNEL_IN_UBI` is neccesary
    and factory.ubi is not. So `Device/UbiFit` should have been replaced
    to `KERNEL_IN_UBI` but it was forgotten.
    
    Fixes: 3b7d72bc2e ("qualcommax: add support for ELECOM WRC-X3000GS2")
    Signed-off-by: INAGAKI Hiroshi <musashino.open at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/18611
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/qualcommax/image/ipq50xx.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/qualcommax/image/ipq50xx.mk b/target/linux/qualcommax/image/ipq50xx.mk
index bcd25f8a2c..08799f43d4 100644
--- a/target/linux/qualcommax/image/ipq50xx.mk
+++ b/target/linux/qualcommax/image/ipq50xx.mk
@@ -19,11 +19,11 @@ endef
 
 define Device/elecom_wrc-x3000gs2
 	$(call Device/FitImageLzma)
-	$(call Device/UbiFit)
 	DEVICE_VENDOR := ELECOM
 	DEVICE_MODEL := WRC-X3000GS2
 	DEVICE_DTS_CONFIG := config at mp03.3
 	SOC := ipq5018
+	KERNEL_IN_UBI := 1
 	BLOCKSIZE := 128k
 	PAGESIZE := 2048
 	IMAGE_SIZE := 52480k




More information about the lede-commits mailing list