[PATCH] mvebu/cortexa53: add targz rootfs feature

Paul Spooren mail at aparcar.org
Mon Dec 14 15:59:05 EST 2020


The rootfs is required to create rootfs Docker containers. With this
feature enable a new runtime test can happen for the aarch64_cortex-a53
architecture.

CC: Josef Schlehofer <pepe.schlehofer at gmail.com>
Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 target/linux/mvebu/cortexa53/target.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mvebu/cortexa53/target.mk b/target/linux/mvebu/cortexa53/target.mk
index fe89d08ffa..10080c0b8f 100644
--- a/target/linux/mvebu/cortexa53/target.mk
+++ b/target/linux/mvebu/cortexa53/target.mk
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=aarch64
 BOARDNAME:=Marvell Armada 3700LP (ARM64)
 CPU_TYPE:=cortex-a53
-FEATURES+=ext4
+FEATURES+=ext4 targz
 DEFAULT_PACKAGES+=e2fsprogs ethtool mkf2fs partx-utils
 
 KERNELNAME:=Image dtbs
-- 
2.29.2




More information about the openwrt-devel mailing list