[kernel] explicitly KERNEL_GZIP

Kyle McMartin kyle at fedoraproject.org
Tue Aug 17 20:33:18 UTC 2010


commit 2386f64fe5a3031daf7de86ae9aac5fb8c687f4b
Author: Kyle McMartin <kyle at dreadnought.i.jkkm.org>
Date:   Tue Aug 17 16:33:01 2010 -0400

    explicitly KERNEL_GZIP

 config-generic |    4 ++++
 kernel.spec    |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/config-generic b/config-generic
index c6f5c45..3726766 100644
--- a/config-generic
+++ b/config-generic
@@ -24,6 +24,10 @@ CONFIG_BUILD_DOCSRC=y
 # General setup
 #
 # CONFIG_LOCALVERSION_AUTO is not set
+CONFIG_KERNEL_GZIP=y
+# CONFIG_KERNEL_BZIP2 is not set
+# CONFIG_KERNEL_LZO is not set
+# CONFIG_KERNEL_LZMA is not set
 CONFIG_SWAP=y
 CONFIG_SYSVIPC=y
 CONFIG_BSD_PROCESS_ACCT=y
diff --git a/kernel.spec b/kernel.spec
index deb81ef..f200ac8 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1859,6 +1859,9 @@ fi
 
 %changelog
 * Tue Aug 17 2010 Kyle McMartin <kyle at redhat.com>
+- explicitly set KERNEL_GZIP
+
+* Tue Aug 17 2010 Kyle McMartin <kyle at redhat.com>
 - Linux 2.6.36-rc1
 
 * Tue Aug 17 2010 Kyle McMartin <kyle at redhat.com>


More information about the scm-commits mailing list