kernel: update to 2.6.38.4.
This commit is contained in:
parent
74f2da726d
commit
bdc2b9cb3d
|
@ -2,9 +2,9 @@
|
|||
# build templates.
|
||||
_kernel_ver=2.6.38
|
||||
#version=${_kernel_ver}
|
||||
_kernel_patch_ver=3
|
||||
_kernel_patch_ver=4
|
||||
version=${_kernel_ver}.${_kernel_patch_ver}
|
||||
wrksrc="linux-$version"
|
||||
distfiles="${KERNEL_SITE}/kernel/v2.6/linux-$version.tar.bz2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=6f3bbedc0c9a7670c81841bf64b69f4f21dfe0efe533270452be505216231802
|
||||
checksum=dad61f6c980209d60d5b891324e9db04b9c80d16b4515d9e7a550388899bc46c
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Linux/x86_64 2.6.38.1 Kernel Configuration
|
||||
# Thu Mar 24 09:53:02 2011
|
||||
# Linux/x86_64 2.6.38.4 Kernel Configuration
|
||||
# Wed Apr 27 14:52:46 2011
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
# CONFIG_X86_32 is not set
|
||||
|
@ -4882,6 +4882,7 @@ CONFIG_ASYNC_RAID6_TEST=m
|
|||
# CONFIG_SAMPLES is not set
|
||||
CONFIG_HAVE_ARCH_KGDB=y
|
||||
CONFIG_HAVE_ARCH_KMEMCHECK=y
|
||||
CONFIG_TEST_KSTRTOX=m
|
||||
CONFIG_STRICT_DEVMEM=y
|
||||
CONFIG_X86_VERBOSE_BOOTUP=y
|
||||
CONFIG_EARLY_PRINTK=y
|
||||
|
|
Loading…
Reference in New Issue