mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-raspberrypi to 5.10.44-4
This commit is contained in:
parent
fad0b3dda5
commit
38a2e8810f
1 changed files with 3 additions and 8 deletions
|
@ -6,12 +6,12 @@
|
|||
buildarch=20
|
||||
|
||||
pkgbase=linux-raspberrypi
|
||||
_commit=0088fda9f99a68e9afb6668adf99d6a6e0e119a3
|
||||
_commit=ab77c51f2176b7425d25d28ff349742864afae34
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi 4"
|
||||
pkgver=5.10.44
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -22,15 +22,13 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'linux.preset'
|
||||
'config.txt'
|
||||
'config'
|
||||
"0002-PR4402.patch::https://patch-diff.githubusercontent.com/raw/raspberrypi/linux/pull/4402.patch"
|
||||
'60-linux.hook'
|
||||
'90-linux.hook')
|
||||
md5sums=('3182aa0662a90169b1410d13daf2e481'
|
||||
md5sums=('49151348f0067f3319ce5da19e22f9ba'
|
||||
'31c02f4518d46deb5f0c2ad1f8b083cd'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'9669d916a5929a2eedbd64477f83d99e'
|
||||
'cb25affc5a1989a9cb6e43c0813fbe40'
|
||||
'91a6652440c504ac3262b3abf4a5ee63'
|
||||
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
||||
'69e1db90d78f691dc446fe2ab94727eb')
|
||||
|
||||
|
@ -44,9 +42,6 @@ prepare() {
|
|||
|
||||
# don't run depmod on 'make install'. We'll do this ourselves in packaging
|
||||
sed -i '2iexit 0' scripts/depmod.sh
|
||||
|
||||
# see: https://archlinuxarm.org/forum/viewtopic.php?f=65&t=15398
|
||||
patch -Np1 -i ../0002-PR4402.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue