Date: Friday, September 9, 2011 @ 06:20:11
  Author: tpowa
Revision: 137550

change default compression of vmlinuz to gzip

Modified:
  kernel26-lts/trunk/config
  kernel26-lts/trunk/config.x86_64

---------------+
 config        |    4 ++--
 config.x86_64 |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: config
===================================================================
--- config      2011-09-09 10:18:31 UTC (rev 137549)
+++ config      2011-09-09 10:20:11 UTC (rev 137550)
@@ -69,9 +69,9 @@
 CONFIG_HAVE_KERNEL_GZIP=y
 CONFIG_HAVE_KERNEL_BZIP2=y
 CONFIG_HAVE_KERNEL_LZMA=y
-# CONFIG_KERNEL_GZIP is not set
+CONFIG_KERNEL_GZIP=y
 # CONFIG_KERNEL_BZIP2 is not set
-CONFIG_KERNEL_LZMA=y
+# CONFIG_KERNEL_LZMA is not set
 CONFIG_SWAP=y
 CONFIG_SYSVIPC=y
 CONFIG_SYSVIPC_SYSCTL=y

Modified: config.x86_64
===================================================================
--- config.x86_64       2011-09-09 10:18:31 UTC (rev 137549)
+++ config.x86_64       2011-09-09 10:20:11 UTC (rev 137550)
@@ -70,9 +70,9 @@
 CONFIG_HAVE_KERNEL_GZIP=y
 CONFIG_HAVE_KERNEL_BZIP2=y
 CONFIG_HAVE_KERNEL_LZMA=y
-# CONFIG_KERNEL_GZIP is not set
+CONFIG_KERNEL_GZIP=y
 # CONFIG_KERNEL_BZIP2 is not set
-CONFIG_KERNEL_LZMA=y
+# CONFIG_KERNEL_LZMA is not set
 CONFIG_SWAP=y
 CONFIG_SYSVIPC=y
 CONFIG_SYSVIPC_SYSCTL=y

Reply via email to