Skip to content

Commit

Permalink
buildroot: add lz4 initramfs compression option
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ffainelli committed Oct 25, 2013
1 parent cdcde21 commit 5c483e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c483e5

Please sign in to comment.