kernel-snapshot: update to 2.6.39-rc3.
This commit is contained in:
parent
991baf7541
commit
9171a0fef0
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# This script builds the required initramfs.
|
||||
#
|
||||
_KVER="2.6.39-rc1"
|
||||
_KVER="2.6.39-rc3"
|
||||
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# This script removes the initramfs.
|
||||
#
|
||||
_KVER="2.6.39-rc1"
|
||||
_KVER="2.6.39-rc3"
|
||||
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Linux/x86_64 2.6.39-rc1 Kernel Configuration
|
||||
# Wed Mar 30 09:40:52 2011
|
||||
# Linux/x86_64 2.6.39-rc3 Kernel Configuration
|
||||
# Tue Apr 12 09:12:38 2011
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
# CONFIG_X86_32 is not set
|
||||
|
@ -2058,6 +2058,7 @@ CONFIG_USB_NET_INT51X1=m
|
|||
CONFIG_USB_CDC_PHONET=m
|
||||
CONFIG_USB_IPHETH=m
|
||||
CONFIG_USB_SIERRA_NET=m
|
||||
CONFIG_USB_VL600=m
|
||||
CONFIG_NET_PCMCIA=y
|
||||
CONFIG_PCMCIA_3C589=m
|
||||
CONFIG_PCMCIA_3C574=m
|
||||
|
|
|
@ -11,11 +11,11 @@ pkgname=kernel-snapshot
|
|||
_kernel_headers_revision=${revision}
|
||||
_kernel_snapshot=yes
|
||||
_kernel_ver=2.6.39
|
||||
_kernel_patch_ver=rc1
|
||||
_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=18e64ef59cdcfb84828e43303f593086f7c9c9b32777b2a20c3ce39ee7f92662
|
||||
checksum=1ab04b16bd9a121f4933fa7752c94224105d6fe8eec078135563659709426bf7
|
||||
subpackages="$pkgname-headers"
|
||||
noverifyrdeps=yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue