From d4aee468a0442b2527efae4ba4f0d5171266222d Mon Sep 17 00:00:00 2001 From: cr6git Date: Mon, 26 Mar 2018 22:45:11 +0200 Subject: [PATCH] linux4.16: update to 4.16.0rc7. --- srcpkgs/linux4.16/files/i386-dotconfig | 3 +-- srcpkgs/linux4.16/template | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/linux4.16/files/i386-dotconfig b/srcpkgs/linux4.16/files/i386-dotconfig index 752740aeb9..0c7b4d8470 100644 --- a/srcpkgs/linux4.16/files/i386-dotconfig +++ b/srcpkgs/linux4.16/files/i386-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 4.16.0-rc6 Kernel Configuration +# Linux/i386 4.16.0-rc7 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -486,7 +486,6 @@ CONFIG_M686=y # CONFIG_X86_GENERIC is not set CONFIG_X86_INTERNODE_CACHE_SHIFT=5 CONFIG_X86_L1_CACHE_SHIFT=5 -# CONFIG_X86_PPRO_FENCE is not set CONFIG_X86_USE_PPRO_CHECKSUM=y CONFIG_X86_TSC=y CONFIG_X86_CMPXCHG64=y diff --git a/srcpkgs/linux4.16/template b/srcpkgs/linux4.16/template index 28e45444fd..f0fb65e69c 100644 --- a/srcpkgs/linux4.16/template +++ b/srcpkgs/linux4.16/template @@ -1,7 +1,7 @@ # Template file for 'linux4.16' pkgname=linux4.16 _distver=4.16.0 -_patchver=rc6 +_patchver=rc7 version=${_distver}${_patchver} revision=1 patch_args="-Np1" @@ -11,7 +11,7 @@ homepage="https://www.kernel.org" license="GPL-2" short_desc="The Linux kernel and modules (${version%.*} series)" distfiles="https://git.kernel.org/torvalds/t/${pkgname}-${_patchver}.tar.gz" -checksum=77c3c35eed492bdaf6b6df97dde81252a86d05f2f34764857473d605690eaaf4 +checksum=ef8b3cf7a2b310bf2e170eb2984d489cc663d46bf874b63310845a16181d97bc nodebug=yes # -dbg package is generated below manually nostrip=yes @@ -20,7 +20,7 @@ noshlibprovides=yes preserve=yes only_for_archs="i686 i686-musl x86_64 x86_64-musl armv5tel armv5tel-musl armv7l armv7l-musl aarch64 aarch64-musl" -hostmakedepends="bc elfutils-devel flex kmod libressl-devel perl uboot-mkimage gmp-devel libmpc-devel" +hostmakedepends="bc elfutils-devel flex gmp-devel kmod libmpc-devel libressl-devel perl uboot-mkimage" _kernver="${version}_${revision}" triggers="kernel-hooks"