add cpio.gz support (patch from #2595)
[openwrt-10.03/.git] / Config.in
index 606cb4a0e952da1f863411a5cb464db3612b9eb4..6f2cdcc2d0b38c440b94011668e68c733a7c7448 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -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