kernel-snapshot: update to 3.0-rc2.
This commit is contained in:
parent
67f8dc017e
commit
fd124f0603
4 changed files with 8 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# This script builds the required initramfs.
|
||||
#
|
||||
_KVER="3.0.0-rc1"
|
||||
_KVER="3.0.0-rc2"
|
||||
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# This script removes the initramfs.
|
||||
#
|
||||
_KVER="3.0.0-rc1"
|
||||
_KVER="3.0.0-rc2"
|
||||
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Linux/x86_64 3.0.0-rc1 Kernel Configuration
|
||||
# Linux/x86_64 3.0.0-rc2 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
# CONFIG_X86_32 is not set
|
||||
|
@ -107,7 +107,9 @@ CONFIG_PREEMPT_RCU=y
|
|||
CONFIG_RCU_FANOUT=64
|
||||
# CONFIG_RCU_FANOUT_EXACT is not set
|
||||
# CONFIG_TREE_RCU_TRACE is not set
|
||||
# CONFIG_RCU_BOOST is not set
|
||||
CONFIG_RCU_BOOST=y
|
||||
CONFIG_RCU_BOOST_PRIO=1
|
||||
CONFIG_RCU_BOOST_DELAY=500
|
||||
CONFIG_IKCONFIG=m
|
||||
CONFIG_IKCONFIG_PROC=y
|
||||
CONFIG_LOG_BUF_SHIFT=19
|
||||
|
|
|
@ -12,12 +12,12 @@ _kernel_headers_revision=${revision}
|
|||
_kernel_snapshot=yes
|
||||
_kernel_ver=3.0
|
||||
_kernel_ver_minor=0
|
||||
_kernel_patch_ver=rc1
|
||||
_kernel_patch_ver=rc2
|
||||
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=b885c5b9d5d28b24b13b265b80acaa13be118806b16f5e86a98d3a31e6c5ce6a
|
||||
checksum=928f6ef49affc3060a6330498ce2b2c10a2c204e292b9a39fbbf3cd69bd65ca9
|
||||
subpackages="$pkgname-headers"
|
||||
noverifyrdeps=yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue