mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-raspberrypi to 5.4.83-3
Update config to allow RPi3 (maybe RPi2) to use hardware decoding for x265 with Matrix branch of Kodi and ffmpeg, etc.
This commit is contained in:
parent
099b14c198
commit
61a927fbd3
2 changed files with 6 additions and 5 deletions
|
@ -11,7 +11,7 @@ _srcname=linux-${_commit}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=5.4.83
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -28,7 +28,7 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
md5sums=('86c8e281e789273b8d06c57c5d370aa4'
|
||||
'7c6b37a1353caccf6d3786bb4161c218'
|
||||
'60bc3624123c183305677097bcd56212'
|
||||
'cbc8ba7743191011f8d345ad4013cc21'
|
||||
'78a82b9c2051f4d2ba41632f15f8abc9'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
||||
'69e1db90d78f691dc446fe2ab94727eb'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 5.4.77-1 Kernel Configuration
|
||||
# Linux/arm 5.4.83 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -3130,7 +3130,7 @@ CONFIG_BCM_VCIO=y
|
|||
CONFIG_BCM_VC_SM=y
|
||||
CONFIG_BCM2835_DEVGPIOMEM=y
|
||||
CONFIG_BCM2835_SMI_DEV=m
|
||||
# CONFIG_RPIVID_MEM is not set
|
||||
CONFIG_RPIVID_MEM=m
|
||||
CONFIG_TTY=y
|
||||
CONFIG_VT=y
|
||||
CONFIG_CONSOLE_TRANSLATIONS=y
|
||||
|
@ -4026,7 +4026,7 @@ CONFIG_MEDIA_SDR_SUPPORT=y
|
|||
# CONFIG_MEDIA_CEC_RC is not set
|
||||
CONFIG_MEDIA_CONTROLLER=y
|
||||
CONFIG_MEDIA_CONTROLLER_DVB=y
|
||||
# CONFIG_MEDIA_CONTROLLER_REQUEST_API is not set
|
||||
CONFIG_MEDIA_CONTROLLER_REQUEST_API=y
|
||||
CONFIG_VIDEO_DEV=m
|
||||
CONFIG_VIDEO_V4L2_SUBDEV_API=y
|
||||
CONFIG_VIDEO_V4L2=m
|
||||
|
@ -6168,6 +6168,7 @@ CONFIG_SPEAKUP_SYNTH_SOFT=m
|
|||
# end of Speakup console speech
|
||||
|
||||
CONFIG_STAGING_MEDIA=y
|
||||
CONFIG_VIDEO_RPIVID=m
|
||||
|
||||
#
|
||||
# soc_camera sensor drivers
|
||||
|
|
Loading…
Reference in a new issue