From 7992df37218c014ba57d454f1704a27438fbf3b9 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 28 Apr 2010 14:27:03 +0000 Subject: images: allow generating .cpio.gz and/or .tar.gz archives whether ramdisk is selected or not SVN-Revision: 21237 --- Config.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index ffe1147..4746ba4 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 -- cgit v1.1