diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-28 15:46:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-28 15:46:01 +0000 |
commit | 1eca4891385287b0b3c932388f32f79bf11d0646 (patch) | |
tree | 17b60ca51df0dc0a248c87333ad3cbe6fc5cb85b /Config.in | |
parent | 3d162b61c086964bad7427a33d6750c6de1eee11 (diff) | |
download | upstream-1eca4891385287b0b3c932388f32f79bf11d0646.tar.gz upstream-1eca4891385287b0b3c932388f32f79bf11d0646.tar.bz2 upstream-1eca4891385287b0b3c932388f32f79bf11d0646.zip |
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.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |