linux4.13: update to 4.13.0rc3.
This commit is contained in:
parent
3157b722ea
commit
8c5fa844ff
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.13.0-rc1 Kernel Configuration
|
||||
# Linux/arm64 4.13.0-rc3 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -7020,7 +7020,6 @@ CONFIG_NVMEM_SUNXI_SID=m
|
|||
#
|
||||
# CONFIG_FSI is not set
|
||||
# CONFIG_TEE is not set
|
||||
# CONFIG_MULTIPLEXER is not set
|
||||
|
||||
#
|
||||
# Firmware Drivers
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/i386 4.13.0-rc1 Kernel Configuration
|
||||
# Linux/i386 4.13.0-rc3 Kernel Configuration
|
||||
#
|
||||
# CONFIG_64BIT is not set
|
||||
CONFIG_X86_32=y
|
||||
|
@ -6837,6 +6837,7 @@ CONFIG_GREYBUS_USB=m
|
|||
# USB Power Delivery and Type-C drivers
|
||||
#
|
||||
# CONFIG_TYPEC_TCPM is not set
|
||||
# CONFIG_DRM_VBOXVIDEO is not set
|
||||
CONFIG_X86_PLATFORM_DEVICES=y
|
||||
CONFIG_ACER_WMI=m
|
||||
CONFIG_ACERHDF=m
|
||||
|
@ -7492,7 +7493,6 @@ CONFIG_FSI=m
|
|||
# CONFIG_FSI_MASTER_GPIO is not set
|
||||
# CONFIG_FSI_MASTER_HUB is not set
|
||||
# CONFIG_FSI_SCOM is not set
|
||||
# CONFIG_MULTIPLEXER is not set
|
||||
|
||||
#
|
||||
# Firmware Drivers
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.13.0-rc1 Kernel Configuration
|
||||
# Linux/x86 4.13.0-rc3 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -6898,6 +6898,7 @@ CONFIG_GREYBUS_USB=m
|
|||
# USB Power Delivery and Type-C drivers
|
||||
#
|
||||
# CONFIG_TYPEC_TCPM is not set
|
||||
# CONFIG_DRM_VBOXVIDEO is not set
|
||||
CONFIG_X86_PLATFORM_DEVICES=y
|
||||
CONFIG_ACER_WMI=m
|
||||
CONFIG_ACERHDF=m
|
||||
|
@ -7570,7 +7571,6 @@ CONFIG_FSI=m
|
|||
# CONFIG_FSI_MASTER_GPIO is not set
|
||||
# CONFIG_FSI_MASTER_HUB is not set
|
||||
# CONFIG_FSI_SCOM is not set
|
||||
# CONFIG_MULTIPLEXER is not set
|
||||
|
||||
#
|
||||
# Firmware Drivers
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'linux4.13'
|
||||
pkgname=linux4.13
|
||||
_distver=4.13.0
|
||||
_patchver=rc2
|
||||
_patchver=rc3
|
||||
version=${_distver}${_patchver}
|
||||
revision=1
|
||||
patch_args="-Np1"
|
||||
|
@ -11,9 +11,7 @@ homepage="http://www.kernel.org"
|
|||
license="GPL-2"
|
||||
short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||
distfiles="https://git.kernel.org/torvalds/t/linux-${_distver%.*}-${_patchver}.tar.xz"
|
||||
checksum=2e56aafeb1b8058fef6f7da701fd82e6dea87c387c7d466caf14cf8ff6f820da
|
||||
|
||||
broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/3902/steps/shell_3/logs/stdio"
|
||||
checksum=54cadc389a0bb4183604b07279c720aef12c218f3de2b997e5433f788ac39d1d
|
||||
|
||||
nodebug=yes # -dbg package is generated below manually
|
||||
nostrip=yes
|
||||
|
|
Loading…
Reference in New Issue