Update to 5.16.1 and use patches from manjaro
This commit is contained in:
parent
1ca87f0e12
commit
7298a2e142
4 changed files with 158 additions and 136 deletions
16
PKGBUILD
16
PKGBUILD
|
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
|
||||
pkgbase=linux-pinebook
|
||||
_srcname=linux-5.15
|
||||
_srcname=linux-5.16
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="pinebook kernel"
|
||||
pkgver=5.15.2
|
||||
pkgver=5.16.1
|
||||
pkgrel=1
|
||||
arch=('aarch64')
|
||||
url="http://www.kernel.org/"
|
||||
|
|
@ -14,15 +14,19 @@ makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' '
|
|||
options=('!strip')
|
||||
source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
||||
"http://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
|
||||
'0001-pinebook-bluetooth.patch'
|
||||
"0001-Bluetooth-Add-new-quirk-for-broken-local-ext-features.patch"
|
||||
"0002-Bluetooth-btrtl-add-support-for-the-RTL8723CS.patch"
|
||||
"0003-arm64-allwinner-a64-enable-Bluetooth-On-Pinebook.patch"
|
||||
'config'
|
||||
'linux.preset'
|
||||
'60-linux.hook'
|
||||
'90-linux.hook')
|
||||
|
||||
md5sums=('071d49ff4e020d58c04f9f3f76d3b594'
|
||||
'568b7d7588d99eb5c3a56d5631f3d2f8'
|
||||
'38f4336d3267dc8b1acf9526065c1f7a'
|
||||
md5sums=('e6680ce7c989a3efe58b51e3f3f0bf93'
|
||||
'd571392436365678b420e4dece216514'
|
||||
'cf64831f27bb47da29e708b7243bb340'
|
||||
'a100d32aa6c345290061d2a773bf1232'
|
||||
'9510821113c122f91f47b9d0f7ca7264'
|
||||
'72a67c336d52430aa63e527f5a8dfbce'
|
||||
'41cb5fef62715ead2dd109dbea8413d6'
|
||||
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue