kernel-snapshot: update to 3.3.0-rc2.
This commit is contained in:
parent
fab3eaebe0
commit
d84b14e7fb
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86_64 3.3.0-rc1 Kernel Configuration
|
||||
# Linux/x86_64 3.3.0-rc2 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
# CONFIG_X86_32 is not set
|
||||
|
@ -2108,6 +2108,7 @@ CONFIG_ATH6KL=m
|
|||
# CONFIG_ATH6KL_DEBUG is not set
|
||||
CONFIG_B43=m
|
||||
CONFIG_B43_BCMA=y
|
||||
# CONFIG_B43_BCMA_EXTRA is not set
|
||||
CONFIG_B43_SSB=y
|
||||
CONFIG_B43_PCI_AUTOSELECT=y
|
||||
CONFIG_B43_PCICORE_AUTOSELECT=y
|
||||
|
@ -4397,6 +4398,7 @@ CONFIG_LEDS_LT3593=m
|
|||
CONFIG_LEDS_DELL_NETBOOKS=m
|
||||
CONFIG_LEDS_MC13783=m
|
||||
CONFIG_LEDS_TCA6507=m
|
||||
CONFIG_LEDS_OT200=m
|
||||
CONFIG_LEDS_TRIGGERS=y
|
||||
|
||||
#
|
||||
|
@ -5238,9 +5240,6 @@ CONFIG_ENCRYPTED_KEYS=m
|
|||
# CONFIG_SECURITY is not set
|
||||
CONFIG_SECURITYFS=y
|
||||
# CONFIG_INTEL_TXT is not set
|
||||
# CONFIG_DEFAULT_SECURITY_SELINUX is not set
|
||||
# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
|
||||
# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
|
||||
CONFIG_DEFAULT_SECURITY_DAC=y
|
||||
CONFIG_DEFAULT_SECURITY=""
|
||||
CONFIG_XOR_BLOCKS=m
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
_kernel_snapshot=yes
|
||||
_kernel_ver=3.3
|
||||
_kernel_ver_minor=0
|
||||
_kernel_patch_ver=rc1
|
||||
revision=3
|
||||
_kernel_patch_ver=rc2
|
||||
|
||||
. ${XBPS_SRCPKGDIR}/kernel/template
|
||||
# Override required vars.
|
||||
|
@ -14,6 +13,6 @@ version=${_kernel_ver}.${_kernel_ver_minor}${_kernel_patch_ver}
|
|||
short_desc="The Linux kernel (3.x series) and modules"
|
||||
wrksrc="linux-${_kernel_ver}-${_kernel_patch_ver}"
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v3.0/testing/linux-${_kernel_ver}-${_kernel_patch_ver}.tar.xz"
|
||||
checksum=59bfea65d651c2d07c4f79ac44612abcda29d903bd775dd0c83770c40f94c9da
|
||||
checksum=e410281d366ec531646c3a01a19905ba27186a16f9c053c68031c074c97626f4
|
||||
subpackages="$pkgname-headers"
|
||||
noverifyrdeps=yes
|
||||
|
|
Loading…
Reference in New Issue