add cpio.gz support (patch from #2595)

SVN-Revision: 9986
This commit is contained in:
Felix Fietkau
2007-12-28 15:46:01 +00:00
parent 30fe1805d5
commit edbbf145d5
2 changed files with 15 additions and 0 deletions

View File

@@ -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