diff --git a/srcpkgs/linux3.16/files/i386-dotconfig b/srcpkgs/linux3.16/files/i386-dotconfig index bee00f61f64..fecae97d386 100644 --- a/srcpkgs/linux3.16/files/i386-dotconfig +++ b/srcpkgs/linux3.16/files/i386-dotconfig @@ -6588,6 +6588,7 @@ CONFIG_LKDTM=m CONFIG_ASYNC_RAID6_TEST=m CONFIG_TEST_STRING_HELPERS=m CONFIG_TEST_KSTRTOX=m +CONFIG_TEST_HASH=m # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set # CONFIG_DMA_API_DEBUG is not set # CONFIG_TEST_MODULE is not set diff --git a/srcpkgs/linux3.16/files/x86_64-dotconfig b/srcpkgs/linux3.16/files/x86_64-dotconfig index dfc788e4364..05ca2ba2c0f 100644 --- a/srcpkgs/linux3.16/files/x86_64-dotconfig +++ b/srcpkgs/linux3.16/files/x86_64-dotconfig @@ -6599,6 +6599,7 @@ CONFIG_LKDTM=m CONFIG_ASYNC_RAID6_TEST=m CONFIG_TEST_STRING_HELPERS=m CONFIG_TEST_KSTRTOX=m +CONFIG_TEST_HASH=m # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set # CONFIG_DMA_API_DEBUG is not set # CONFIG_TEST_MODULE is not set diff --git a/srcpkgs/linux3.16/template b/srcpkgs/linux3.16/template index 17b21d9b4e7..ad95b8ff1ee 100644 --- a/srcpkgs/linux3.16/template +++ b/srcpkgs/linux3.16/template @@ -1,6 +1,6 @@ # Template file for 'linux3.16' pkgname=linux3.16 -version=3.16.71 +version=3.16.72 revision=1 wrksrc="linux-${version}" short_desc="Linux kernel and modules (${version%.*} series)" @@ -8,7 +8,7 @@ maintainer="Jürgen Buchmüller " license="GPL-2.0-only" homepage="https://www.kernel.org" distfiles="${KERNEL_SITE}/kernel/v3.x/linux-${version}.tar.xz" -checksum=796d4f2aa513976fe06ccf043340d030940d56c4af262bdb504946ad59c2ff3f +checksum=c8ba0f3afd9bce85064ed780d3be7a443c894798b5ac6acfbbd607027180dd82 patch_args="-Np1" _kernver="${version}_${revision}"