From f1f93776bd7038c2b4773e2cc197733677054c3c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 12 Jul 2012 01:13:56 +0200 Subject: [PATCH] kernel: use CONFIG_KERNEL_GZIP as default for xen dom0. --- srcpkgs/kernel/files/i386-dotconfig | 4 ++-- srcpkgs/kernel/files/x86_64-dotconfig | 4 ++-- srcpkgs/kernel/template | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/kernel/files/i386-dotconfig b/srcpkgs/kernel/files/i386-dotconfig index 9e14b257ec..55060021a8 100644 --- a/srcpkgs/kernel/files/i386-dotconfig +++ b/srcpkgs/kernel/files/i386-dotconfig @@ -65,10 +65,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/files/x86_64-dotconfig b/srcpkgs/kernel/files/x86_64-dotconfig index eec96ba28a..6351a78943 100644 --- a/srcpkgs/kernel/files/x86_64-dotconfig +++ b/srcpkgs/kernel/files/x86_64-dotconfig @@ -67,10 +67,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/template b/srcpkgs/kernel/template index 011fac2ba1..7c04540eb8 100644 --- a/srcpkgs/kernel/template +++ b/srcpkgs/kernel/template @@ -3,7 +3,7 @@ pkgname=kernel _kmajorver=3.4 version=${_kmajorver}.4 -revision=7 +revision=8 nostrip=yes noverifyrdeps=yes preserve=yes