diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-25 01:48:10 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-25 01:48:10 +0000 |
commit | d944f22b8eca17ae329dff1b9468856c02597027 (patch) | |
tree | fa15f10c908f92f70db364aa3ed21088939829bb | |
parent | 366684ddfb29360de04412e1bb56bce3ea60701a (diff) |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38534 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |