projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdcde21
)
buildroot: add lz4 initramfs compression option
author
Florian Fainelli
<florian@openwrt.org>
Fri, 25 Oct 2013 01:48:10 +0000
(
01:48
+0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 25 Oct 2013 01:48:10 +0000
(
01:48
+0000)
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
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index d6fc3b46924bc3cacaf71d1ab47489cae02092a1..d6573a6fb706e9c97b1e6f80b7714321bc9504f3 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