diff options
author | Kyle McMartin <kyle@dreadnought.i.jkkm.org> | 2010-08-17 16:33:01 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@dreadnought.i.jkkm.org> | 2010-08-17 16:33:01 -0400 |
commit | 2386f64fe5a3031daf7de86ae9aac5fb8c687f4b (patch) | |
tree | ba68c072b29468e1675dfea965488b6f4194e221 | |
parent | da80d72ecea221386e6642122ab332f2aaa457ce (diff) | |
download | kernel-2386f64fe5a3031daf7de86ae9aac5fb8c687f4b.tar.gz kernel-2386f64fe5a3031daf7de86ae9aac5fb8c687f4b.tar.xz kernel-2386f64fe5a3031daf7de86ae9aac5fb8c687f4b.zip |
explicitly KERNEL_GZIP
-rw-r--r-- | config-generic | 4 | ||||
-rw-r--r-- | kernel.spec | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/config-generic b/config-generic index c6f5c4504..3726766e7 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 deb81ef3d..f200ac8ea 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1859,6 +1859,9 @@ fi %changelog * Tue Aug 17 2010 Kyle McMartin <kyle@redhat.com> +- explicitly set KERNEL_GZIP + +* Tue Aug 17 2010 Kyle McMartin <kyle@redhat.com> - Linux 2.6.36-rc1 * Tue Aug 17 2010 Kyle McMartin <kyle@redhat.com> |