diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-10-25 01:48:10 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-10-25 01:48:10 +0000 |
commit | 5c483e5e2f8a1d98a0eb55de6f3d90084f714e8f (patch) | |
tree | 37a6103037706675eece6355961f4de9e49aa638 | |
parent | cdcde21b8d36bd6d2b3d0bc5ccc1a384eae4bed2 (diff) | |
download | upstream-5c483e5e2f8a1d98a0eb55de6f3d90084f714e8f.tar.gz upstream-5c483e5e2f8a1d98a0eb55de6f3d90084f714e8f.tar.bz2 upstream-5c483e5e2f8a1d98a0eb55de6f3d90084f714e8f.zip |
buildroot: add lz4 initramfs compression option
LZ4 compression is now available with 3.12 kernels offer it as an
option.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 38534
-rw-r--r-- | Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,9 @@ menu "Target Images" config TARGET_INITRAMFS_COMPRESSION_LZO bool "lzo" + config TARGET_INITRAMFS_COMPRESSION_LZ4 + bool "lz4" + config TARGET_INITRAMFS_COMPRESSION_XZ bool "xz" endchoice |