[openwrt/openwrt] mvebu: add targz feature flag
LEDE Commits
lede-commits at lists.infradead.org
Thu Feb 24 06:33:36 PST 2022
aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5777c6fc954f24c2d1d9af878a1bda243ab3e177
commit 5777c6fc954f24c2d1d9af878a1bda243ab3e177
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Wed Feb 23 21:20:22 2022 +0100
mvebu: add targz feature flag
Adding the feature flag automatically creates a a rootfs.tar.gz files
which can be used for Docker rootfs containers.
Signed-off-by: Paul Spooren <mail at aparcar.org>
---
target/linux/mvebu/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile
index d629e0eb2b..ce43c8652d 100644
--- a/target/linux/mvebu/Makefile
+++ b/target/linux/mvebu/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
BOARD:=mvebu
BOARDNAME:=Marvell EBU Armada
-FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part legacy-sdcard
+FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part legacy-sdcard targz
SUBTARGETS:=cortexa9 cortexa53 cortexa72
KERNEL_PATCHVER:=5.10
More information about the lede-commits
mailing list