linux4.9: update to 4.9.169.
[skip ci]
This commit is contained in:
parent
7924286f30
commit
2a5316695e
4 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.9.116 Kernel Configuration
|
||||
# Linux/arm64 4.9.169 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -3002,6 +3002,7 @@ CONFIG_NOZOMI=m
|
|||
CONFIG_N_HDLC=m
|
||||
CONFIG_N_GSM=m
|
||||
# CONFIG_TRACE_SINK is not set
|
||||
CONFIG_LDISC_AUTOLOAD=y
|
||||
CONFIG_DEVMEM=y
|
||||
# CONFIG_DEVKMEM is not set
|
||||
|
||||
|
@ -3085,7 +3086,6 @@ CONFIG_HW_RANDOM_MSM=y
|
|||
CONFIG_HW_RANDOM_XGENE=m
|
||||
CONFIG_HW_RANDOM_MESON=y
|
||||
CONFIG_HW_RANDOM_CAVIUM=y
|
||||
CONFIG_R3964=m
|
||||
# CONFIG_APPLICOM is not set
|
||||
|
||||
#
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/i386 4.9.110 Kernel Configuration
|
||||
# Linux/i386 4.9.169 Kernel Configuration
|
||||
#
|
||||
# CONFIG_64BIT is not set
|
||||
CONFIG_X86_32=y
|
||||
|
@ -237,6 +237,7 @@ CONFIG_SLUB_CPU_PARTIAL=y
|
|||
# CONFIG_SYSTEM_DATA_VERIFICATION is not set
|
||||
CONFIG_PROFILING=y
|
||||
CONFIG_KEXEC_CORE=y
|
||||
CONFIG_HOTPLUG_SMT=y
|
||||
CONFIG_OPROFILE=m
|
||||
CONFIG_OPROFILE_EVENT_MULTIPLEX=y
|
||||
CONFIG_HAVE_OPROFILE=y
|
||||
|
@ -3300,6 +3301,7 @@ CONFIG_N_HDLC=m
|
|||
CONFIG_N_GSM=m
|
||||
CONFIG_TRACE_ROUTER=m
|
||||
CONFIG_TRACE_SINK=m
|
||||
CONFIG_LDISC_AUTOLOAD=y
|
||||
CONFIG_DEVMEM=y
|
||||
# CONFIG_DEVKMEM is not set
|
||||
|
||||
|
@ -3375,7 +3377,6 @@ CONFIG_HW_RANDOM_VIA=m
|
|||
CONFIG_HW_RANDOM_VIRTIO=m
|
||||
CONFIG_HW_RANDOM_TPM=m
|
||||
CONFIG_NVRAM=m
|
||||
CONFIG_R3964=m
|
||||
CONFIG_APPLICOM=m
|
||||
# CONFIG_SONYPI is not set
|
||||
CONFIG_MWAVE=m
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86_64 4.9.110 Kernel Configuration
|
||||
# Linux/x86_64 4.9.169 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -248,6 +248,7 @@ CONFIG_SLUB_CPU_PARTIAL=y
|
|||
CONFIG_PROFILING=y
|
||||
CONFIG_TRACEPOINTS=y
|
||||
CONFIG_KEXEC_CORE=y
|
||||
CONFIG_HOTPLUG_SMT=y
|
||||
CONFIG_OPROFILE=m
|
||||
CONFIG_OPROFILE_EVENT_MULTIPLEX=y
|
||||
CONFIG_HAVE_OPROFILE=y
|
||||
|
@ -3341,6 +3342,7 @@ CONFIG_N_HDLC=m
|
|||
CONFIG_N_GSM=m
|
||||
CONFIG_TRACE_ROUTER=m
|
||||
CONFIG_TRACE_SINK=m
|
||||
CONFIG_LDISC_AUTOLOAD=y
|
||||
CONFIG_DEVMEM=y
|
||||
# CONFIG_DEVKMEM is not set
|
||||
|
||||
|
@ -3416,7 +3418,6 @@ CONFIG_HW_RANDOM_VIA=m
|
|||
CONFIG_HW_RANDOM_VIRTIO=m
|
||||
CONFIG_HW_RANDOM_TPM=m
|
||||
CONFIG_NVRAM=m
|
||||
CONFIG_R3964=m
|
||||
CONFIG_APPLICOM=m
|
||||
CONFIG_MWAVE=m
|
||||
CONFIG_RAW_DRIVER=m
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'linux4.9'
|
||||
pkgname=linux4.9
|
||||
version=4.9.168
|
||||
version=4.9.169
|
||||
revision=1
|
||||
patch_args="-Np1"
|
||||
wrksrc="linux-${version}"
|
||||
|
@ -9,7 +9,7 @@ homepage="https://www.kernel.org"
|
|||
license="GPL-2.0-only"
|
||||
short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||
distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz"
|
||||
checksum=4d451c21effad77de323edc9bfeae095aa1faed1a801ef427d66f5763bef091e
|
||||
checksum=b776636c63a555961cfe9f6f4a315e65ab0ff3376acdb3cf5ad654808ff8d6b0
|
||||
|
||||
nodebug=yes # -dbg package is generated below manually
|
||||
nostrip=yes
|
||||
|
|
Loading…
Reference in a new issue