diff --git a/srcpkgs/kernel-snapshot/files/i386-dotconfig b/srcpkgs/kernel-snapshot/files/i386-dotconfig index 582c812733..78bb08c3f0 100644 --- a/srcpkgs/kernel-snapshot/files/i386-dotconfig +++ b/srcpkgs/kernel-snapshot/files/i386-dotconfig @@ -60,10 +60,10 @@ CONFIG_HAVE_KERNEL_BZIP2=y CONFIG_HAVE_KERNEL_LZMA=y CONFIG_HAVE_KERNEL_XZ=y CONFIG_HAVE_KERNEL_LZO=y -# CONFIG_KERNEL_GZIP is not set +CONFIG_KERNEL_GZIP=y # CONFIG_KERNEL_BZIP2 is not set # CONFIG_KERNEL_LZMA is not set -CONFIG_KERNEL_XZ=y +# CONFIG_KERNEL_XZ is not set # CONFIG_KERNEL_LZO is not set CONFIG_DEFAULT_HOSTNAME="(none)" CONFIG_SWAP=y diff --git a/srcpkgs/kernel-snapshot/files/x86_64-dotconfig b/srcpkgs/kernel-snapshot/files/x86_64-dotconfig index c0fb2cf80a..e177a4076e 100644 --- a/srcpkgs/kernel-snapshot/files/x86_64-dotconfig +++ b/srcpkgs/kernel-snapshot/files/x86_64-dotconfig @@ -61,10 +61,10 @@ CONFIG_HAVE_KERNEL_BZIP2=y CONFIG_HAVE_KERNEL_LZMA=y CONFIG_HAVE_KERNEL_XZ=y CONFIG_HAVE_KERNEL_LZO=y -# CONFIG_KERNEL_GZIP is not set +CONFIG_KERNEL_GZIP=y # CONFIG_KERNEL_BZIP2 is not set # CONFIG_KERNEL_LZMA is not set -CONFIG_KERNEL_XZ=y +# CONFIG_KERNEL_XZ is not set # CONFIG_KERNEL_LZO is not set CONFIG_DEFAULT_HOSTNAME="(none)" CONFIG_SWAP=y diff --git a/srcpkgs/kernel-snapshot/template b/srcpkgs/kernel-snapshot/template index 6cac03041c..40e7dd8756 100644 --- a/srcpkgs/kernel-snapshot/template +++ b/srcpkgs/kernel-snapshot/template @@ -6,7 +6,7 @@ _kpatch=rc6 pkgname=kernel-snapshot version=${_kmajor}.${_kminor}${_kpatch} -revision=7 +revision=8 wrksrc="linux-${_kmajor}-${_kpatch}" maintainer="Juan RP " homepage="http://www.kernel.org"