summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 606cb4a0e..6f2cdcc2d 100644
--- a/Config.in
+++ b/Config.in
@@ -41,6 +41,13 @@ menu "Target Images"
help
Build a compressed tar archive of the the root filesystem
+ config TARGET_ROOTFS_CPIOGZ
+ bool "cpiogz"
+ default y if USES_TGZ
+ depends !TARGET_ROOTFS_INITRAMFS
+ help
+ Build a compressed cpio archive of the the root filesystem
+
config TARGET_ROOTFS_EXT2FS
bool "ext2"
default y if USES_EXT2