diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-01-29 13:56:43 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-01-29 13:56:43 +0000 |
commit | 5b3951bfbb9fce06dc4f5e3e4bfb4c50e91e20fc (patch) | |
tree | 41917acdd6f76a4b729749db813edfa52f08f6d0 /Config.in | |
parent | c8d5db06983f66461bc2e23a71580e839709a1e8 (diff) | |
download | openwrt-5b3951bfbb9fce06dc4f5e3e4bfb4c50e91e20fc.tar.gz openwrt-5b3951bfbb9fce06dc4f5e3e4bfb4c50e91e20fc.tar.bz2 openwrt-5b3951bfbb9fce06dc4f5e3e4bfb4c50e91e20fc.zip |
add feature flag for the cpio.gz support
SVN-Revision: 10311
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ menu "Target Images" config TARGET_ROOTFS_CPIOGZ bool "cpiogz" - default y if USES_TGZ + default y if USES_CPIOGZ depends !TARGET_ROOTFS_INITRAMFS help Build a compressed cpio archive of the the root filesystem |