mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-raspberrypi to 5.10.16-1
This commit is contained in:
parent
cd6aeade7c
commit
7f451c64d5
1 changed files with 5 additions and 10 deletions
|
@ -6,12 +6,12 @@
|
|||
buildarch=20
|
||||
|
||||
pkgbase=linux-raspberrypi
|
||||
_commit=d7c8eb8181c9892a9b9a0365de15b7e725d02d12
|
||||
_commit=3d48a0dbdcf562eb5bcddc9caf092627544b5d4f
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=5.10.14
|
||||
pkgrel=3
|
||||
pkgver=5.10.16
|
||||
pkgrel=1
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -24,16 +24,14 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'linux.preset'
|
||||
'60-linux.hook'
|
||||
'90-linux.hook'
|
||||
0001-SUNRPC-Fix-NFS-READs-the-start-at-non-page-aligned-o.patch::https://github.com/torvalds/linux/commit/bad4c6eb5eaa8300e065bd4426727db5141d687d.patch
|
||||
)
|
||||
md5sums=('f737bf3a027a37ba24d0f93774b417a4'
|
||||
md5sums=('923ff806f8ba253597147b323313ce0d'
|
||||
'9669d916a5929a2eedbd64477f83d99e'
|
||||
'ae9fa2a98aca88cb8d38e76110aa77e1'
|
||||
'ed8041f962681b9ba95493db900e2224'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
||||
'69e1db90d78f691dc446fe2ab94727eb'
|
||||
'a14efc4c769e573dff6605a1d80eb984')
|
||||
'69e1db90d78f691dc446fe2ab94727eb')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
@ -45,9 +43,6 @@ prepare() {
|
|||
|
||||
# don't run depmod on 'make install'. We'll do this ourselves in packaging
|
||||
sed -i '2iexit 0' scripts/depmod.sh
|
||||
|
||||
# https://github.com/xbmc/xbmc/issues/19147
|
||||
patch -Np1 -i ../0001-SUNRPC-Fix-NFS-READs-the-start-at-non-page-aligned-o.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue