From 3552a3866834853667d8203f538df17eeab10a5e Mon Sep 17 00:00:00 2001 From: graysky Date: Fri, 22 Nov 2024 10:21:43 -0500 Subject: [PATCH] core/linux-aarch64 to 6.12.1-1 --- core/linux-aarch64/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/linux-aarch64/PKGBUILD b/core/linux-aarch64/PKGBUILD index 4363b19ec..70f822bc5 100644 --- a/core/linux-aarch64/PKGBUILD +++ b/core/linux-aarch64/PKGBUILD @@ -8,7 +8,7 @@ pkgbase=linux-aarch64 _srcname=linux-6.12 _kernelname=${pkgbase#linux} _desc="AArch64 multi-platform" -pkgver=6.12 +pkgver=6.12.1 pkgrel=1 arch=('aarch64') url="http://www.kernel.org/" @@ -16,7 +16,7 @@ license=('GPL2') makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc') options=('!strip') source=("http://www.kernel.org/pub/linux/kernel/v6.x/${_srcname}.tar.xz" - #"http://www.kernel.org/pub/linux/kernel/v6.x/patch-${pkgver}.xz" + "http://www.kernel.org/pub/linux/kernel/v6.x/patch-${pkgver}.xz" '0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch' '0002-arm64-dts-rockchip-disable-pwm0-on-rk3399-firefly.patch' '0003-pps-Compatibility-hack-should-be-X86-specific.patch' @@ -26,6 +26,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v6.x/${_srcname}.tar.xz" 'kernel_data_key.vbprivk' 'linux.preset') md5sums=('844fae6a58c7f43af44d8cea8484b4a1' + 'e7dedbc9be023ca29f3d8549fbc6883c' '7862339da94da0b7958e61e2210760a7' 'c064a0a49f4ed7d487d482ca73c75178' '416b7c6ef37cc0edb6cb67cf618360f5' @@ -43,7 +44,7 @@ prepare() { echo "${pkgbase#linux}" > localversion.20-pkgname # add upstream patch - #git apply --whitespace=nowarn ../patch-${pkgver} + git apply --whitespace=nowarn ../patch-${pkgver} # ALARM patches git apply ../0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch