summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-04-28 14:27:03 +0000
committerNicolas Thill <nico@openwrt.org>2010-04-28 14:27:03 +0000
commit7992df37218c014ba57d454f1704a27438fbf3b9 (patch)
tree2b2b20f3c7ee1c4bb3a54af8e765cf6093194656 /Config.in
parent2765e3b7ff867e3223d3fb7504a517ada760ecfc (diff)
downloadmaster-31e0f0ae-7992df37218c014ba57d454f1704a27438fbf3b9.tar.gz
master-31e0f0ae-7992df37218c014ba57d454f1704a27438fbf3b9.tar.bz2
master-31e0f0ae-7992df37218c014ba57d454f1704a27438fbf3b9.zip
images: allow generating .cpio.gz and/or .tar.gz archives whether ramdisk is selected or not
SVN-Revision: 21237
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index ffe1147f44..4746ba4185 100644
--- a/Config.in
+++ b/Config.in
@@ -63,14 +63,12 @@ menu "Target Images"
config TARGET_ROOTFS_TGZ
bool "tgz"
default y if USES_TGZ
- depends !TARGET_ROOTFS_INITRAMFS
help
Build a compressed tar archive of the the root filesystem
config TARGET_ROOTFS_CPIOGZ
bool "cpiogz"
default y if USES_CPIOGZ
- depends !TARGET_ROOTFS_INITRAMFS
help
Build a compressed cpio archive of the the root filesystem