summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-12-28 15:46:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-12-28 15:46:01 +0000
commitedbbf145d5150b7efaa153367d5942f05af2ba9f (patch)
tree2da39f871376d8073935e5d4d52a21bbc41209c9 /Config.in
parent30fe1805d529ceeb9d371c2876f81470e693157d (diff)
downloadmaster-31e0f0ae-edbbf145d5150b7efaa153367d5942f05af2ba9f.tar.gz
master-31e0f0ae-edbbf145d5150b7efaa153367d5942f05af2ba9f.tar.bz2
master-31e0f0ae-edbbf145d5150b7efaa153367d5942f05af2ba9f.zip
add cpio.gz support (patch from #2595)
SVN-Revision: 9986
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 606cb4a0e9..6f2cdcc2d0 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