diff options
| author | Paul Spooren | 2022-02-23 20:20:22 +0000 |
|---|---|---|
| committer | Paul Spooren | 2022-02-24 14:32:57 +0000 |
| commit | 5777c6fc954f24c2d1d9af878a1bda243ab3e177 (patch) | |
| tree | d53113020fe727c020932c6ba2d7604b3479827a | |
| parent | d6119e2f38c8bbadd2a469da8d4db699aa94bb04 (diff) | |
| download | openwrt-5777c6fc954f24c2d1d9af878a1bda243ab3e177.tar.gz | |
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@aparcar.org>
| -rw-r--r-- | target/linux/mvebu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |