mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-rpi-legacy to 5.10.89-2
This commit is contained in:
parent
e15c47a850
commit
cba9d61bfc
1 changed files with 9 additions and 1 deletions
|
@ -12,7 +12,7 @@ _srcname=linux-${_commit}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="RPi 1/Zero/Zero W only"
|
||||
pkgver=5.10.89
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Linux'
|
||||
url="http://www.kernel.org/"
|
||||
arch=(armv6h armv7h)
|
||||
|
@ -26,6 +26,8 @@ source=("linux-$pkgver-$pkgrel-${_commit:0:10}.tar.gz::https://github.com/raspbe
|
|||
config.txt
|
||||
config
|
||||
0001-revert-gamma.patch::https://gitlab.manjaro.org/manjaro-arm/packages/core/linux-rpi4/-/raw/master/revert-gamma.diff?inline=false
|
||||
0002-drm-vc4-hdmi-fix-no-video-output-on-DVI-monitors.patch::https://github.com/raspberrypi/linux/commit/362656eeaea1038ab04a6c459a63da46fe0e6e60.patch
|
||||
0003-drm-vc4-hdmi-fix-HDMI-onitor-detection-in-polled-mod.patch::https://github.com/raspberrypi/linux/commit/2a8ba20ef6ee040001f02fd37476b41863cc7197.patch
|
||||
linux.preset
|
||||
60-linux.hook
|
||||
90-linux.hook
|
||||
|
@ -35,6 +37,8 @@ md5sums=('e10a11d19cb083907293144cb52cce5e'
|
|||
'7c2cace68dd229483b28ba7147347811'
|
||||
'cc16a5ed6a4f6fd75cf675f0a4b15ec9'
|
||||
'e15bac8034085a38ecd4a57584caa819'
|
||||
'e32dbbe34ddc27b98df402cdc810e183'
|
||||
'c09576ec764f964692f3f193c2963cfa'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'0a5f16bfec6ad982a2f6782724cca8ba'
|
||||
'69e1db90d78f691dc446fe2ab94727eb')
|
||||
|
@ -57,6 +61,10 @@ prepare() {
|
|||
# also https://archlinuxarm.org/forum/viewtopic.php?f=65&t=15629
|
||||
patch -Np1 -i ../0001-revert-gamma.patch
|
||||
|
||||
# fixes https://github.com/raspberrypi/linux/issues/4803
|
||||
patch -Np1 -i ../0002-drm-vc4-hdmi-fix-no-video-output-on-DVI-monitors.patch
|
||||
patch -Np1 -i ../0003-drm-vc4-hdmi-fix-HDMI-onitor-detection-in-polled-mod.patch
|
||||
|
||||
echo "Setting version..."
|
||||
scripts/setlocalversion --save-scmversion
|
||||
echo "-$pkgrel" > localversion.10-pkgrel
|
||||
|
|
Loading…
Reference in a new issue