mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-rpi-legacy to 5.10.90-3
This commit is contained in:
parent
3c0b6224ad
commit
784e2948d5
1 changed files with 1 additions and 7 deletions
|
@ -12,7 +12,7 @@ _srcname=linux-${_commit}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="RPi 1/Zero/Zero W only"
|
||||
pkgver=5.10.90
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Linux'
|
||||
url="http://www.kernel.org/"
|
||||
arch=(armv6h armv7h)
|
||||
|
@ -25,7 +25,6 @@ source=("linux-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/li
|
|||
cmdline.txt
|
||||
config.txt
|
||||
config
|
||||
0001-revert-gamma.patch::https://gitlab.manjaro.org/manjaro-arm/packages/core/linux-rpi4/-/raw/master/revert-gamma.diff?inline=false
|
||||
linux.preset
|
||||
60-linux.hook
|
||||
90-linux.hook
|
||||
|
@ -34,7 +33,6 @@ md5sums=('bb0e9a302de9cd0728777558fec3d040'
|
|||
'31c02f4518d46deb5f0c2ad1f8b083cd'
|
||||
'7c2cace68dd229483b28ba7147347811'
|
||||
'cc16a5ed6a4f6fd75cf675f0a4b15ec9'
|
||||
'e15bac8034085a38ecd4a57584caa819'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'0a5f16bfec6ad982a2f6782724cca8ba'
|
||||
'69e1db90d78f691dc446fe2ab94727eb')
|
||||
|
@ -53,10 +51,6 @@ KARCH=arm
|
|||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# temp fix for https://github.com/raspberrypi/linux/issues/4660
|
||||
# also https://archlinuxarm.org/forum/viewtopic.php?f=65&t=15629
|
||||
patch -Np1 -i ../0001-revert-gamma.patch
|
||||
|
||||
echo "Setting version..."
|
||||
scripts/setlocalversion --save-scmversion
|
||||
echo "-$pkgrel" > localversion.10-pkgrel
|
||||
|
|
Loading…
Reference in a new issue