buildroot: add lz4 initramfs compression option
[openwrt.git] / Config.in
index d6fc3b4..d6573a6 100644 (file)
--- 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