From 7e33e354ebbf2c7e06f7e848de4a17dad0534e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= <seblu@seblu.net> Date: Thu, 18 Jul 2019 17:06:44 +0200 Subject: [PATCH] Bump to 5.2 --- PKGBUILD | 4 ++-- config.x86_64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 081a2c2..f369548 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Customized version of linux for seblu computers pkgname=linux-seblu -pkgver=5.2_rc5 +pkgver=5.2 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' - '0272f719ab4c8d80569b31a325b2f553') + 'c4c37813c8779d67a03a68f9a1423b8d') prepare() { # fake linux directory if necessary diff --git a/config.x86_64 b/config.x86_64 index ca502a3..d084970 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.2.0-rc5 Kernel Configuration +# Linux/x86 5.2.0 Kernel Configuration # # @@ -2705,7 +2705,7 @@ CONFIG_SWPHY=y # CONFIG_AMD_PHY=m CONFIG_AQUANTIA_PHY=m -# CONFIG_ASIX_PHY is not set +CONFIG_AX88796B_PHY=m CONFIG_AT803X_PHY=m CONFIG_BCM7XXX_PHY=m CONFIG_BCM87XX_PHY=m -- GitLab