mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
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
This commit is contained in:
parent
cdcde21b8d
commit
5c483e5e2f
@ -48,6 +48,9 @@ menu "Target Images"
|
|||||||
config TARGET_INITRAMFS_COMPRESSION_LZO
|
config TARGET_INITRAMFS_COMPRESSION_LZO
|
||||||
bool "lzo"
|
bool "lzo"
|
||||||
|
|
||||||
|
config TARGET_INITRAMFS_COMPRESSION_LZ4
|
||||||
|
bool "lz4"
|
||||||
|
|
||||||
config TARGET_INITRAMFS_COMPRESSION_XZ
|
config TARGET_INITRAMFS_COMPRESSION_XZ
|
||||||
bool "xz"
|
bool "xz"
|
||||||
endchoice
|
endchoice
|
||||||
|
Loading…
x
Reference in New Issue
Block a user