kernel-snapshot: update to 2.6.37-rc3.
This commit is contained in:
parent
1b6dd8cd43
commit
87aac576c0
4 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# This script builds the required initramfs.
|
||||
#
|
||||
_KVER="2.6.37-rc2"
|
||||
_KVER="2.6.37-rc3"
|
||||
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# This script removes the initramfs.
|
||||
#
|
||||
_KVER="2.6.37-rc2"
|
||||
_KVER="2.6.37-rc3"
|
||||
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
|
|
|
@ -4707,7 +4707,7 @@ CONFIG_DEBUG_FS=y
|
|||
# CONFIG_HARDLOCKUP_DETECTOR is not set
|
||||
# CONFIG_SLUB_DEBUG_ON is not set
|
||||
# CONFIG_SLUB_STATS is not set
|
||||
CONFIG_BKL=y
|
||||
# CONFIG_BKL is not set
|
||||
# CONFIG_SPARSE_RCU_POINTER is not set
|
||||
CONFIG_DEBUG_BUGVERBOSE=y
|
||||
CONFIG_DEBUG_MEMORY_INIT=y
|
||||
|
|
|
@ -10,11 +10,11 @@ pkgname=kernel-snapshot
|
|||
#revision=1
|
||||
_kernel_snapshot=yes
|
||||
_kernel_ver=2.6.37
|
||||
_kernel_patch_ver=rc2
|
||||
_kernel_patch_ver=rc3
|
||||
version=${_kernel_ver}${_kernel_patch_ver}
|
||||
wrksrc="linux-${_kernel_ver}-${_kernel_patch_ver}"
|
||||
distfiles="${KERNEL_SITE}/kernel/v2.6/testing/linux-${_kernel_ver}-${_kernel_patch_ver}.tar.bz2"
|
||||
checksum=f3ee0e7b5404964152ab40e981e66c4afa1d2dbcdc73985b317f48df69ccaecb
|
||||
checksum=65f6755d36a2bd6d98904eaa50b34d08acbe11fa342f5956380e32c871a3af6f
|
||||
subpackages="$pkgname-headers"
|
||||
|
||||
Add_dependency run linux-firmware
|
||||
|
|
Loading…
Reference in a new issue