From 5894233a11407c0da50cb0cd24c60e38ad64b143 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 5 Jul 2011 16:24:50 +0200 Subject: [PATCH] kernel-snapshot: update to 3.0.0rc5. --- srcpkgs/kernel-snapshot/INSTALL | 2 +- srcpkgs/kernel-snapshot/REMOVE | 2 +- srcpkgs/kernel-snapshot/files/x86_64-dotconfig | 4 ++-- srcpkgs/kernel-snapshot/template | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/kernel-snapshot/INSTALL b/srcpkgs/kernel-snapshot/INSTALL index 8c7f1f005c..41dce1f6bb 100644 --- a/srcpkgs/kernel-snapshot/INSTALL +++ b/srcpkgs/kernel-snapshot/INSTALL @@ -1,7 +1,7 @@ # # This script builds the required initramfs. # -_KVER="3.0.0-rc5" +_KVER="3.0.0-rc6" case "${ACTION}" in post) diff --git a/srcpkgs/kernel-snapshot/REMOVE b/srcpkgs/kernel-snapshot/REMOVE index 0e0833dede..5d3ec42320 100644 --- a/srcpkgs/kernel-snapshot/REMOVE +++ b/srcpkgs/kernel-snapshot/REMOVE @@ -1,7 +1,7 @@ # # This script removes the initramfs. # -_KVER="3.0.0-rc5" +_KVER="3.0.0-rc6" case "${ACTION}" in post) diff --git a/srcpkgs/kernel-snapshot/files/x86_64-dotconfig b/srcpkgs/kernel-snapshot/files/x86_64-dotconfig index fa74a6ecd4..505bef4ba6 100644 --- a/srcpkgs/kernel-snapshot/files/x86_64-dotconfig +++ b/srcpkgs/kernel-snapshot/files/x86_64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated make config: don't edit -# Linux/x86_64 3.0.0-rc4 Kernel Configuration +# Linux/x86_64 3.0.0-rc6 Kernel Configuration # CONFIG_64BIT=y # CONFIG_X86_32 is not set @@ -1509,6 +1509,7 @@ CONFIG_SCSI_EATA_TAGGED_QUEUE=y CONFIG_SCSI_EATA_MAX_TAGS=16 CONFIG_SCSI_FUTURE_DOMAIN=m CONFIG_SCSI_GDTH=m +CONFIG_SCSI_ISCI=m CONFIG_SCSI_IPS=m CONFIG_SCSI_INITIO=m CONFIG_SCSI_INIA100=m @@ -4908,7 +4909,6 @@ CONFIG_CIFS_POSIX=y # CONFIG_CIFS_DFS_UPCALL is not set # CONFIG_CIFS_FSCACHE is not set # CONFIG_CIFS_ACL is not set -# CONFIG_CIFS_NFSD_EXPORT is not set CONFIG_NCP_FS=m # CONFIG_NCPFS_PACKET_SIGNING is not set # CONFIG_NCPFS_IOCTL_LOCKING is not set diff --git a/srcpkgs/kernel-snapshot/template b/srcpkgs/kernel-snapshot/template index c11bae1004..1b476ad016 100644 --- a/srcpkgs/kernel-snapshot/template +++ b/srcpkgs/kernel-snapshot/template @@ -12,12 +12,12 @@ _kernel_headers_revision=${revision} _kernel_snapshot=yes _kernel_ver=3.0 _kernel_ver_minor=0 -_kernel_patch_ver=rc5 +_kernel_patch_ver=rc6 version=${_kernel_ver}.${_kernel_ver_minor}${_kernel_patch_ver} short_desc="The Linux kernel and modules" wrksrc="linux-${_kernel_ver}-${_kernel_patch_ver}" distfiles="${KERNEL_SITE}/kernel/v3.0/testing/linux-${_kernel_ver}-${_kernel_patch_ver}.tar.bz2" -checksum=48d2cd0f44c24b43bf4f5ac79e605bde66984096fe31768a6ac00de2d7c50886 +checksum=6864cd66ec7aaf4b71901abcbd957f8916d60b05e8107ac980a113d824489c71 subpackages="$pkgname-headers" noverifyrdeps=yes