aboutsummaryrefslogtreecommitdiffstats
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
commitf696b88feb41322ac86b462446b3f1ed476ac218 (patch)
treeb8e9b5a1d0d3867a475da253ea8ff50df3810357 /Config.in
parent252818a5ab9db55219e767fb60be62b01633a875 (diff)
downloadupstream-f696b88feb41322ac86b462446b3f1ed476ac218.tar.gz
upstream-f696b88feb41322ac86b462446b3f1ed476ac218.tar.bz2
upstream-f696b88feb41322ac86b462446b3f1ed476ac218.zip
images: allow generating .cpio.gz and/or .tar.gz archives whether ramdisk is selected or not
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21237 3c298f89-4303-0410-b956-a3cf2f4a3e73
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