mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-raspberrypi to 4.9.39-1
This commit is contained in:
parent
d5560c1b83
commit
db7d5e63ee
2 changed files with 9 additions and 5 deletions
|
@ -5,11 +5,11 @@
|
||||||
buildarch=20
|
buildarch=20
|
||||||
|
|
||||||
pkgbase=linux-raspberrypi
|
pkgbase=linux-raspberrypi
|
||||||
_commit=ee4397ad0b0e3723b507c76ed31d2a3c3646db09
|
_commit=f4a6fb4deb59064201e5276a57d8373144621c08
|
||||||
_srcname=linux-${_commit}
|
_srcname=linux-${_commit}
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="Raspberry Pi"
|
_desc="Raspberry Pi"
|
||||||
pkgver=4.9.38
|
pkgver=4.9.39
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('armv6h' 'armv7h')
|
arch=('armv6h' 'armv7h')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -23,12 +23,12 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
||||||
'config'
|
'config'
|
||||||
'linux.preset'
|
'linux.preset'
|
||||||
'99-linux.hook')
|
'99-linux.hook')
|
||||||
md5sums=('4b2fbe9cfeeb66b6857c4a5eb284b296'
|
md5sums=('683f9c3a46c515755bcdb2178013633a'
|
||||||
'4a410ab9a1eefe82e158d36df02b3589'
|
'4a410ab9a1eefe82e158d36df02b3589'
|
||||||
'8c3cb6d8f0609b43f09d083b4006ec5a'
|
'8c3cb6d8f0609b43f09d083b4006ec5a'
|
||||||
'7c6b37a1353caccf6d3786bb4161c218'
|
'7c6b37a1353caccf6d3786bb4161c218'
|
||||||
'60bc3624123c183305677097bcd56212'
|
'60bc3624123c183305677097bcd56212'
|
||||||
'3ed0c3c168f187a8211f83bb5df10158'
|
'6ce5c44d5ee939cfad2efacc79f1e0b7'
|
||||||
'552c43bf6c0225bc213b31ee942b7000'
|
'552c43bf6c0225bc213b31ee942b7000'
|
||||||
'982f9184dfcfbe52110795cf73674334')
|
'982f9184dfcfbe52110795cf73674334')
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm 4.9.37-1 Kernel Configuration
|
# Linux/arm 4.9.39-1 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||||
|
@ -3806,6 +3806,10 @@ CONFIG_DRM_BRIDGE=y
|
||||||
# CONFIG_DRM_STI is not set
|
# CONFIG_DRM_STI is not set
|
||||||
CONFIG_DRM_VC4=m
|
CONFIG_DRM_VC4=m
|
||||||
# CONFIG_DRM_ARCPGU is not set
|
# CONFIG_DRM_ARCPGU is not set
|
||||||
|
CONFIG_DRM_TINYDRM=m
|
||||||
|
CONFIG_TINYDRM_MIPI_DBI=m
|
||||||
|
CONFIG_TINYDRM_MI0283QT=m
|
||||||
|
CONFIG_TINYDRM_REPAPER=m
|
||||||
# CONFIG_DRM_LEGACY is not set
|
# CONFIG_DRM_LEGACY is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue