diff --git a/core/linux-armv7/PKGBUILD b/core/linux-armv7/PKGBUILD index 646f1cca0..6ab5293f5 100644 --- a/core/linux-armv7/PKGBUILD +++ b/core/linux-armv7/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=linux-armv7 _srcname=linux-6.2 _kernelname=${pkgbase#linux} _desc="ARMv7 multi-platform" -pkgver=6.2.0 +pkgver=6.2.1 pkgrel=1 rcnver=6.2.0 rcnrel=multiv7-r0 @@ -17,7 +17,7 @@ license=('GPL2') makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc') options=('!strip') source=("https://www.kernel.org/pub/linux/kernel/v6.x/${_srcname}.tar.xz" - #"https://www.kernel.org/pub/linux/kernel/v6.x/patch-${pkgver}.xz" + "https://www.kernel.org/pub/linux/kernel/v6.x/patch-${pkgver}.xz" "https://rcn-ee.com/deb/sid-armhf/v${rcnver}-${rcnrel}/patch-${rcnver%.0}-${rcnrel}.diff.gz" '0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch' '0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch' @@ -34,6 +34,7 @@ source=("https://www.kernel.org/pub/linux/kernel/v6.x/${_srcname}.tar.xz" '60-linux.hook' '90-linux.hook') md5sums=('787862593d7bf354cf1a5c37e21fc147' + 'be09fdc4f007b676d67e894d96304500' 'f9c3afa39e6dec8bcdd68dd5667c06a6' '9e9d3b4cde2e27afd79f8818eb86a493' '46fd4237094df0d32e19ef797511195f' @@ -54,7 +55,7 @@ prepare() { cd "${srcdir}/${_srcname}" # add upstream patch - #git apply --whitespace=nowarn ../patch-${pkgver} + git apply --whitespace=nowarn ../patch-${pkgver} # RCN patch git apply ../patch-${rcnver%.0}-${rcnrel}.diff