kernel-snapshot: update to 3.6-rc2.

This commit is contained in:
Juan RP 2012-08-17 06:05:43 +02:00
parent 5050306f32
commit 1537394c45
3 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/i386 3.6.0-rc1 Kernel Configuration
# Linux/i386 3.6.0-rc2 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
@ -5711,6 +5711,7 @@ CONFIG_KVM=m
CONFIG_KVM_INTEL=m
CONFIG_KVM_AMD=m
CONFIG_VHOST_NET=m
CONFIG_TCM_VHOST=m
CONFIG_LGUEST=m
# CONFIG_BINARY_PRINTF is not set

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86_64 3.6.0-rc1 Kernel Configuration
# Linux/x86_64 3.6.0-rc2 Kernel Configuration
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
@ -5635,6 +5635,7 @@ CONFIG_KVM=m
CONFIG_KVM_INTEL=m
CONFIG_KVM_AMD=m
CONFIG_VHOST_NET=m
CONFIG_TCM_VHOST=m
# CONFIG_BINARY_PRINTF is not set
#

View file

@ -2,7 +2,7 @@
#
_kmajor=3.6
_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=eff67b92fb79e33b5f69c467ad02b384705fb5620e98f774356784a95e566f6a
checksum=b178b63f8c09ad3ee3fe07942a855dae042cc8f6aaddd0e2ff7790c0db9efe04
_kernver="${_kmajor}.${_kminor}-${_kpatch}_${revision}"
kernel_hooks_version="${_kernver}"