linux3.18: update to 3.18-rc7.
This commit is contained in:
parent
2a7a3209b8
commit
2b8dfb9a03
|
@ -1,11 +1,12 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 3.18.0-rc5 Kernel Configuration
|
||||
# Linux/x86 3.18.0-rc7 Kernel Configuration
|
||||
#
|
||||
# CONFIG_64BIT is not set
|
||||
CONFIG_X86_32=y
|
||||
CONFIG_X86=y
|
||||
CONFIG_INSTRUCTION_DECODER=y
|
||||
CONFIG_PERF_EVENTS_INTEL_UNCORE=y
|
||||
CONFIG_OUTPUT_FORMAT="elf32-i386"
|
||||
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
|
||||
CONFIG_LOCKDEP_SUPPORT=y
|
||||
|
@ -6310,7 +6311,7 @@ CONFIG_QUOTACTL=y
|
|||
CONFIG_AUTOFS4_FS=y
|
||||
CONFIG_FUSE_FS=m
|
||||
CONFIG_CUSE=m
|
||||
CONFIG_OVERLAYFS_FS=m
|
||||
CONFIG_OVERLAY_FS=m
|
||||
|
||||
#
|
||||
# Caches
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 3.18.0-rc5 Kernel Configuration
|
||||
# Linux/x86 3.18.0-rc7 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
CONFIG_X86=y
|
||||
CONFIG_INSTRUCTION_DECODER=y
|
||||
CONFIG_PERF_EVENTS_INTEL_UNCORE=y
|
||||
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
|
||||
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
|
||||
CONFIG_LOCKDEP_SUPPORT=y
|
||||
|
@ -6297,7 +6298,7 @@ CONFIG_QUOTACTL_COMPAT=y
|
|||
CONFIG_AUTOFS4_FS=y
|
||||
CONFIG_FUSE_FS=m
|
||||
CONFIG_CUSE=m
|
||||
CONFIG_OVERLAYFS_FS=m
|
||||
CONFIG_OVERLAY_FS=m
|
||||
|
||||
#
|
||||
# Caches
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
pkgname=linux3.18
|
||||
_distver=3.18.0
|
||||
_patchver=rc5
|
||||
_patchver=rc7
|
||||
version="${_distver}${_patchver}"
|
||||
revision=1
|
||||
wrksrc="linux-${_distver%.*}-${_patchver}"
|
||||
|
@ -11,7 +11,7 @@ homepage="http://www.kernel.org"
|
|||
license="GPL-2"
|
||||
short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-${_distver%.*}-${_patchver}.tar.xz"
|
||||
checksum=531bf432cda1a9afe75b25fa22742fb89caf56718495e1c7c8a333ab2129a3b7
|
||||
checksum=736f9756bbf6e41d7f95eaf093913c4fc9473fa90c49dde45e916039469307ff
|
||||
|
||||
_kernver="${version}_${revision}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue