From d78cf1e7c2b3be35a509dcc04eb6527f15a8c1c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= <seblu@seblu.net> Date: Mon, 24 Dec 2018 13:02:12 +0100 Subject: [PATCH] Bump to 4.20 --- PKGBUILD | 4 ++-- config.x86_64 | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 20b4bf4..c79d999 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Customized version of linux for seblu computers pkgname=linux-seblu -pkgver=4.20_rc7 +pkgver=4.20 pkgrel=1 pkgdesc='The Linux Kernel cooked by Seblu' arch=('x86_64') @@ -17,7 +17,7 @@ _repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git source=("$_repourl#tag=v${pkgver/_/-}" "config.$CARCH") md5sums=('SKIP' - 'db47e64f647749187a44e7a7bbc8433f') + '4cd9e1f416590da5e993c2691dd434ae') prepare() { # fake linux directory if necessary diff --git a/config.x86_64 b/config.x86_64 index af75c21..5986cd7 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.20.0-rc7 Kernel Configuration +# Linux/x86 4.20.0 Kernel Configuration # # @@ -6569,7 +6569,6 @@ CONFIG_HFSPLUS_FS=m # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set -CONFIG_UBIFS_FS_AUTHENTICATION=y CONFIG_CRAMFS=m CONFIG_CRAMFS_BLOCKDEV=y CONFIG_SQUASHFS=m -- GitLab