[OpenWrt-Devel] [PATCH 09/11] target/linux/mvebu: enable UBI factory image on Armada XP GP
Thomas Petazzoni
thomas.petazzoni at bootlin.com
Mon Mar 11 12:20:26 EDT 2019
The Armada XP GP has a NAND storage device, so it makes sense to
generate the UBI-based factory image for this platform.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
target/linux/mvebu/image/cortex-a9.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/mvebu/image/cortex-a9.mk b/target/linux/mvebu/image/cortex-a9.mk
index 79c3bc7bdb..6e38549d77 100644
--- a/target/linux/mvebu/image/cortex-a9.mk
+++ b/target/linux/mvebu/image/cortex-a9.mk
@@ -112,6 +112,7 @@ TARGET_DEVICES += armada-xp-db
define Device/armada-xp-gp
$(call Device/marvell-nand,XP GP (DB-MV784MP-GP))
+ $(Device/UBI-factory)
endef
TARGET_DEVICES += armada-xp-gp
--
2.20.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list