mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-aarch64 to 6.12.1-1
This commit is contained in:
parent
c4f473e63b
commit
3552a38668
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue