Explorar o código

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 <[email protected]>

SVN-Revision: 38534
Florian Fainelli %!s(int64=12) %!d(string=hai) anos
pai
achega
5c483e5e2f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Config.in

+ 3 - 0
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