linux4.9: update to 4.9.237.

Along, enable CONFIG_USB_ANNOUNCE_NEW_DEVICES.

Relates to: #24958
This commit is contained in:
Piraty 2020-09-28 00:20:51 +02:00
parent 79d1d1ab86
commit 8aa8519031
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077
4 changed files with 5 additions and 5 deletions

View file

@ -5583,7 +5583,7 @@ CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=m
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
#
# Miscellaneous USB options

View file

@ -5645,7 +5645,7 @@ CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=m
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
#
# Miscellaneous USB options

View file

@ -5604,7 +5604,7 @@ CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=m
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
#
# Miscellaneous USB options

View file

@ -1,6 +1,6 @@
# Template file for 'linux4.9'
pkgname=linux4.9
version=4.9.232
version=4.9.237
revision=1
wrksrc="linux-${version}"
short_desc="Linux kernel and modules (${version%.*} series)"
@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://www.kernel.org"
distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz"
checksum=58f472e82345dc719a1d6d7bae01e5aa73387cd83308acd2c92371f7d5bc4f60
checksum=81ec5792c0ccdc244faff9dbb3d9c97857d9df4cb1f0c1c3db6bc4031faf861f
python_version=2 #unverified
patch_args="-Np1"