From a5038762b04ebcf4f004351c4867c737bd85a586 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 9 Jun 2012 09:08:26 +0200 Subject: [PATCH] kernel-snapshot: update to 3.5.0-rc2. --- srcpkgs/kernel-snapshot/files/x86_64-dotconfig | 5 +++-- srcpkgs/kernel-snapshot/template | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/kernel-snapshot/files/x86_64-dotconfig b/srcpkgs/kernel-snapshot/files/x86_64-dotconfig index 60adf34e28..28685c5615 100644 --- a/srcpkgs/kernel-snapshot/files/x86_64-dotconfig +++ b/srcpkgs/kernel-snapshot/files/x86_64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 3.5.0-rc1 Kernel Configuration +# Linux/x86_64 3.5.0-rc2 Kernel Configuration # CONFIG_64BIT=y # CONFIG_X86_32 is not set @@ -54,7 +54,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y CONFIG_EXPERIMENTAL=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" -CONFIG_LOCALVERSION=1" +CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y @@ -440,6 +440,7 @@ CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y # CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set CONFIG_CROSS_MEMORY_ATTACH=y CONFIG_CLEANCACHE=y +CONFIG_FRONTSWAP=y CONFIG_X86_CHECK_BIOS_CORRUPTION=y CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y CONFIG_X86_RESERVE_LOW=64 diff --git a/srcpkgs/kernel-snapshot/template b/srcpkgs/kernel-snapshot/template index b1f6d0d102..0558229edf 100644 --- a/srcpkgs/kernel-snapshot/template +++ b/srcpkgs/kernel-snapshot/template @@ -2,7 +2,7 @@ # _kmajor=3.5 _kminor=0 -_kpatch=rc1 +_kpatch=rc2 pkgname=kernel-snapshot version=${_kmajor}.${_kminor}${_kpatch} @@ -23,7 +23,7 @@ long_desc=" This package provides the linux kernel image and associated modules for the testing kernel (future stable releases)." distfiles="http://www.kernel.org/pub/linux//kernel/v3.0/testing/linux-${_kmajor}-${_kpatch}.tar.xz" -checksum=0e70f05246c8f2f1720bb4028b7c867a4c54b43f5603cbdcafd3dc772faa0ee2 +checksum=d450b1a2debe246864b1b494b00b74f29965306c63e4d5095d7be6eb5b65da7c if [ -n "$revision" ]; then _kernver="${_kmajor}.${_kminor}-${_kpatch}_${revision}"