From 8aa8519031dfff372c59329fb659cc41ec35b6ed Mon Sep 17 00:00:00 2001 From: Piraty Date: Mon, 28 Sep 2020 00:20:51 +0200 Subject: [PATCH] linux4.9: update to 4.9.237. Along, enable CONFIG_USB_ANNOUNCE_NEW_DEVICES. Relates to: #24958 --- srcpkgs/linux4.9/files/i386-dotconfig | 2 +- srcpkgs/linux4.9/files/ppc64-dotconfig | 2 +- srcpkgs/linux4.9/files/x86_64-dotconfig | 2 +- srcpkgs/linux4.9/template | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/linux4.9/files/i386-dotconfig b/srcpkgs/linux4.9/files/i386-dotconfig index d344603b6e1..0f2543e4758 100644 --- a/srcpkgs/linux4.9/files/i386-dotconfig +++ b/srcpkgs/linux4.9/files/i386-dotconfig @@ -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 diff --git a/srcpkgs/linux4.9/files/ppc64-dotconfig b/srcpkgs/linux4.9/files/ppc64-dotconfig index d1ecb137e14..6351e58de6b 100644 --- a/srcpkgs/linux4.9/files/ppc64-dotconfig +++ b/srcpkgs/linux4.9/files/ppc64-dotconfig @@ -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 diff --git a/srcpkgs/linux4.9/files/x86_64-dotconfig b/srcpkgs/linux4.9/files/x86_64-dotconfig index 5bbeac128df..1acc6ec7921 100644 --- a/srcpkgs/linux4.9/files/x86_64-dotconfig +++ b/srcpkgs/linux4.9/files/x86_64-dotconfig @@ -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 diff --git a/srcpkgs/linux4.9/template b/srcpkgs/linux4.9/template index 701bf83cad4..8114a138151 100644 --- a/srcpkgs/linux4.9/template +++ b/srcpkgs/linux4.9/template @@ -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 " 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"