diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-31 09:58:29 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-31 09:58:29 +0000 |
commit | 7e5ae61e459be765b206e8fe4e9f4d485766841d (patch) | |
tree | c9062c8c3f016c31edb8ee756079dbfe262ae167 /Config.in | |
parent | c3cd5ef637de4d1d001fc8b7663e5fc920330b76 (diff) | |
download | upstream-7e5ae61e459be765b206e8fe4e9f4d485766841d.tar.gz upstream-7e5ae61e459be765b206e8fe4e9f4d485766841d.tar.bz2 upstream-7e5ae61e459be765b206e8fe4e9f4d485766841d.zip |
select LZMA compressed initramfs by default for ramips
SVN-Revision: 20630
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ menu "Target Images" depends TARGET_ROOTFS_INITRAMFS depends !LINUX_2_6_25 default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ar71xx + default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ramips default TARGET_INITRAMFS_COMPRESSION_NONE help Select ramdisk compression. |