mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-raspberrypi to 5.10.16-5
This commit is contained in:
parent
d9794e0006
commit
e06e536684
1 changed files with 6 additions and 2 deletions
|
@ -11,7 +11,7 @@ _srcname=linux-${_commit}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=5.10.16
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -24,6 +24,7 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'linux.preset'
|
||||
'60-linux.hook'
|
||||
'90-linux.hook'
|
||||
0001-vc4_place-dont-reject-fractional-source-coords.patch::https://github.com/popcornmix/linux/commit/ab3ef7a300c5e3e8a15a51e9de0bafeecf863be3.patch
|
||||
)
|
||||
md5sums=('f247ad6cd18f1c352e77eb3aee0289df'
|
||||
'9669d916a5929a2eedbd64477f83d99e'
|
||||
|
@ -31,7 +32,8 @@ md5sums=('f247ad6cd18f1c352e77eb3aee0289df'
|
|||
'd623e254a4aa8c10ce30384260432557'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
||||
'69e1db90d78f691dc446fe2ab94727eb')
|
||||
'69e1db90d78f691dc446fe2ab94727eb'
|
||||
'78ad3b6ff01ebb09ce35214e23ff9ada')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
@ -43,6 +45,8 @@ prepare() {
|
|||
|
||||
# don't run depmod on 'make install'. We'll do this ourselves in packaging
|
||||
sed -i '2iexit 0' scripts/depmod.sh
|
||||
|
||||
patch -Np1 -i ../0001-vc4_place-dont-reject-fractional-source-coords.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue