kernel-snapshot: update to 2.6.38-rc3.
This commit is contained in:
parent
66076835de
commit
84a5e605ea
4 changed files with 9 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# This script builds the required initramfs.
|
||||
#
|
||||
_KVER="2.6.38-rc2"
|
||||
_KVER="2.6.38-rc3"
|
||||
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# This script removes the initramfs.
|
||||
#
|
||||
_KVER="2.6.38-rc2"
|
||||
_KVER="2.6.38-rc3"
|
||||
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Linux/x86_64 2.6.38-rc2 Kernel Configuration
|
||||
# Sun Jan 23 02:32:38 2011
|
||||
# Linux/x86_64 2.6.38-rc3 Kernel Configuration
|
||||
# Tue Feb 1 08:57:45 2011
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
# CONFIG_X86_32 is not set
|
||||
|
@ -378,6 +378,7 @@ CONFIG_MEMORY_HOTPLUG_SPARSE=y
|
|||
CONFIG_MEMORY_HOTREMOVE=y
|
||||
CONFIG_PAGEFLAGS_EXTENDED=y
|
||||
CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||
CONFIG_COMPACTION=y
|
||||
CONFIG_MIGRATION=y
|
||||
CONFIG_PHYS_ADDR_T_64BIT=y
|
||||
CONFIG_ZONE_DMA_FLAG=1
|
||||
|
@ -1025,6 +1026,8 @@ CONFIG_CAN_SJA1000=m
|
|||
#
|
||||
CONFIG_CAN_EMS_USB=m
|
||||
CONFIG_CAN_ESD_USB2=m
|
||||
CONFIG_CAN_SOFTING=m
|
||||
CONFIG_CAN_SOFTING_CS=m
|
||||
# CONFIG_CAN_DEBUG_DEVICES is not set
|
||||
CONFIG_IRDA=m
|
||||
|
||||
|
@ -4083,7 +4086,6 @@ CONFIG_RTC_CLASS=m
|
|||
CONFIG_RTC_INTF_SYSFS=y
|
||||
CONFIG_RTC_INTF_PROC=y
|
||||
CONFIG_RTC_INTF_DEV=y
|
||||
CONFIG_RTC_INTF_DEV_UIE_EMUL=y
|
||||
CONFIG_RTC_DRV_TEST=m
|
||||
|
||||
#
|
||||
|
|
|
@ -10,11 +10,11 @@ pkgname=kernel-snapshot
|
|||
#revision=1
|
||||
_kernel_snapshot=yes
|
||||
_kernel_ver=2.6.38
|
||||
_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=eecdad74178f17d7a4d79b1ebc80ca14c38a24f20149d0a72060847b20ee32a9
|
||||
checksum=1060e56df0d0808309fbb30044bce25bb33f859ac5bb57770f2978bfb87e52d0
|
||||
subpackages="$pkgname-headers"
|
||||
|
||||
noverifyrdeps=yes
|
||||
|
|
Loading…
Reference in a new issue