[openwrt/openwrt] qualcommax: ipq807x: skip factory.ubi image for MX4200
LEDE Commits
lede-commits at lists.infradead.org
Wed Feb 21 12:27:03 PST 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/568f38a56baa9f8700e9d6b9e88e2dbf70ed5030
commit 568f38a56baa9f8700e9d6b9e88e2dbf70ed5030
Author: Paweł Owoc <frut3k7 at gmail.com>
AuthorDate: Tue Jan 16 23:29:01 2024 +0100
qualcommax: ipq807x: skip factory.ubi image for MX4200
Skip building not used factory.ubi image
Signed-off-by: Paweł Owoc <frut3k7 at gmail.com>
---
target/linux/qualcommax/image/ipq807x.mk | 2 --
1 file changed, 2 deletions(-)
diff --git a/target/linux/qualcommax/image/ipq807x.mk b/target/linux/qualcommax/image/ipq807x.mk
index 87c53dffdc..916c8b9f75 100644
--- a/target/linux/qualcommax/image/ipq807x.mk
+++ b/target/linux/qualcommax/image/ipq807x.mk
@@ -105,7 +105,6 @@ TARGET_DEVICES += edimax_cax1800
define Device/linksys_mx4200v1
$(call Device/FitImage)
- $(call Device/UbiFit)
DEVICE_VENDOR := Linksys
DEVICE_MODEL := MX4200
DEVICE_VARIANT := v1
@@ -114,7 +113,6 @@ define Device/linksys_mx4200v1
KERNEL_SIZE := 6144k
IMAGE_SIZE := 147456k
NAND_SIZE := 512m
- KERNEL_IN_UBI :=
SOC := ipq8174
IMAGES += factory.bin
IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | linksys-image type=MX4200
More information about the lede-commits
mailing list