mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-raspberrypi4 to 5.10.50-3
This commit is contained in:
parent
469057a0b2
commit
c1e5b848d4
3 changed files with 9 additions and 7 deletions
|
@ -6,12 +6,12 @@
|
|||
buildarch=12
|
||||
|
||||
pkgbase=linux-raspberrypi4
|
||||
_commit=55f43ec57e13d6aeac6f126df8083b67d68705db
|
||||
_commit=2697f7403187bb2bb61cc716f33ee9f6cfb9af7c
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi 4"
|
||||
pkgver=5.10.50
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('armv7h' 'aarch64')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -25,15 +25,15 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch'
|
||||
'60-linux.hook'
|
||||
'90-linux.hook')
|
||||
md5sums=('746d80111b895e5a0ba743180059c99e'
|
||||
md5sums=('8606d7c02e004155076d16f816b463b5'
|
||||
'31c02f4518d46deb5f0c2ad1f8b083cd'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'f66a7ea3feb708d398ef57e4da4815e9'
|
||||
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
||||
'441ec084c47cddc53e592fb0cbce4edf')
|
||||
md5sums_armv7h=('c890425d328bc7c82a9c75f60e14c278'
|
||||
md5sums_armv7h=('7e72448b579fd027d326bd3b91d41057'
|
||||
'9669d916a5929a2eedbd64477f83d99e')
|
||||
md5sums_aarch64=('e1c33db7f3df4ba5ba47263868088568'
|
||||
md5sums_aarch64=('992f70d464aca0632fab4d3a4a03f953'
|
||||
'9669d916a5929a2eedbd64477f83d99e')
|
||||
|
||||
# setup vars
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 5.10.43 Kernel Configuration
|
||||
# Linux/arm 5.10.50 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -5118,6 +5118,7 @@ CONFIG_DRM_PL111=m
|
|||
# CONFIG_DRM_PANFROST is not set
|
||||
# CONFIG_DRM_MCDE is not set
|
||||
# CONFIG_DRM_TIDSS is not set
|
||||
CONFIG_DRM_GUD=m
|
||||
# CONFIG_DRM_LEGACY is not set
|
||||
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=m
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.10.43 Kernel Configuration
|
||||
# Linux/arm64 5.10.50 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -5116,6 +5116,7 @@ CONFIG_DRM_PL111=m
|
|||
# CONFIG_DRM_LIMA is not set
|
||||
# CONFIG_DRM_PANFROST is not set
|
||||
# CONFIG_DRM_TIDSS is not set
|
||||
CONFIG_DRM_GUD=m
|
||||
# CONFIG_DRM_LEGACY is not set
|
||||
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=m
|
||||
|
||||
|
|
Loading…
Reference in a new issue