summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-28 15:46:01 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-28 15:46:01 +0000
commita93683386efd3ac123321caaa2eb7b901c4524d1 (patch)
tree17b60ca51df0dc0a248c87333ad3cbe6fc5cb85b /Config.in
parent923cbdac968d90374968d36fc59a6153f60acd4a (diff)
add cpio.gz support (patch from #2595)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9986 3c298f89-4303-0410-b956-a3cf2f4a3e73
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