From 3895e26eac57aca7dd81b14d60d62c0e8bf432de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Mon, 16 Sep 2019 11:37:17 +0200 Subject: [PATCH] Bump 5.3 --- PKGBUILD | 4 ++-- config.x86_64 | 12 ++---------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 80729ef..af7d81e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Customized version of linux for seblu computers pkgname=linux-seblu -pkgver=5.3_rc6 +pkgver=5.3 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' - '2ce212f973c8cc4576c32f1f846123f1') + '4e9378334fd79b2dd676f21a8398cfa0') prepare() { # fake linux directory if necessary diff --git a/config.x86_64 b/config.x86_64 index f1d58fa..e3f08d9 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.3.0-rc6 Kernel Configuration +# Linux/x86 5.3.0 Kernel Configuration # # @@ -6628,13 +6628,6 @@ CONFIG_RPMSG_VIRTIO=m # # end of i.MX SoC drivers -# -# IXP4xx SoC drivers -# -# CONFIG_IXP4XX_QMGR is not set -# CONFIG_IXP4XX_NPE is not set -# end of IXP4xx SoC drivers - # # Qualcomm SoC drivers # @@ -7501,11 +7494,10 @@ CONFIG_ARCH_HAS_UACCESS_MCSAFE=y CONFIG_ARCH_STACKWALK=y CONFIG_SBITMAP=y CONFIG_PARMAN=m +CONFIG_OBJAGG=m # CONFIG_STRING_SELFTEST is not set # end of Library routines -CONFIG_OBJAGG=m - # # Kernel hacking # -- GitLab