summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-10-25 01:48:10 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-10-25 01:48:10 +0000
commit5c483e5e2f8a1d98a0eb55de6f3d90084f714e8f (patch)
tree37a6103037706675eece6355961f4de9e49aa638 /Config.in
parentcdcde21b8d36bd6d2b3d0bc5ccc1a384eae4bed2 (diff)
downloadmaster-31e0f0ae-5c483e5e2f8a1d98a0eb55de6f3d90084f714e8f.tar.gz
master-31e0f0ae-5c483e5e2f8a1d98a0eb55de6f3d90084f714e8f.tar.bz2
master-31e0f0ae-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
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index d6fc3b4692..d6573a6fb7 100644
--- a/Config.in
+++ b/Config.in
@@ -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