diff options
author | Paweł Owoc <frut3k7@gmail.com> | 2024-01-16 23:29:01 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-02-21 21:26:57 +0100 |
commit | 568f38a56baa9f8700e9d6b9e88e2dbf70ed5030 (patch) | |
tree | b6f5a517afe0d373c217e2056b8f532b90691071 /target | |
parent | e670a939cd231db69d34aaa70a36892289af5cf1 (diff) |
qualcommax: ipq807x: skip factory.ubi image for MX4200
Skip building not used factory.ubi image
Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/qualcommax/image/ipq807x.mk | 2 |
1 files changed, 0 insertions, 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 |