mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-raspberrypi to 5.10.38-1
This commit is contained in:
parent
7c50102d65
commit
a38b3b896b
2 changed files with 26 additions and 7 deletions
|
@ -6,12 +6,12 @@
|
|||
buildarch=20
|
||||
|
||||
pkgbase=linux-raspberrypi
|
||||
_commit=ccdface3faec7d5129e47626a6cac01757356be5
|
||||
_commit=e52f8c710b44e07490147bf202e1b72f97fcefa1
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=5.10.36
|
||||
pkgrel=2
|
||||
pkgver=5.10.38
|
||||
pkgrel=1
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -24,11 +24,11 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'config'
|
||||
'60-linux.hook'
|
||||
'90-linux.hook')
|
||||
md5sums=('8eeb762af58ff9097b23b319dd0bed85'
|
||||
md5sums=('6311cf4f4b8665af50b9f23d5e6bb5f0'
|
||||
'31c02f4518d46deb5f0c2ad1f8b083cd'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'9669d916a5929a2eedbd64477f83d99e'
|
||||
'ed17cdf8a77678a3dd66dd62dc67d0dd'
|
||||
'2f9c828d7c13e2ea7390c11744ab929b'
|
||||
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
||||
'69e1db90d78f691dc446fe2ab94727eb')
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 5.10.33 Kernel Configuration
|
||||
# Linux/arm 5.10.38 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -6096,7 +6096,26 @@ CONFIG_LEDS_TRIGGER_NETDEV=y
|
|||
CONFIG_LEDS_TRIGGER_PATTERN=y
|
||||
CONFIG_LEDS_TRIGGER_AUDIO=y
|
||||
CONFIG_LEDS_TRIGGER_ACTPWR=y
|
||||
# CONFIG_ACCESSIBILITY is not set
|
||||
CONFIG_ACCESSIBILITY=y
|
||||
# CONFIG_A11Y_BRAILLE_CONSOLE is not set
|
||||
|
||||
#
|
||||
# Speakup console speech
|
||||
#
|
||||
CONFIG_SPEAKUP=m
|
||||
CONFIG_SPEAKUP_SYNTH_ACNTSA=m
|
||||
CONFIG_SPEAKUP_SYNTH_APOLLO=m
|
||||
CONFIG_SPEAKUP_SYNTH_AUDPTR=m
|
||||
CONFIG_SPEAKUP_SYNTH_BNS=m
|
||||
CONFIG_SPEAKUP_SYNTH_DECTLK=m
|
||||
CONFIG_SPEAKUP_SYNTH_DECEXT=m
|
||||
CONFIG_SPEAKUP_SYNTH_LTLK=m
|
||||
CONFIG_SPEAKUP_SYNTH_SOFT=m
|
||||
CONFIG_SPEAKUP_SYNTH_SPKOUT=m
|
||||
CONFIG_SPEAKUP_SYNTH_TXPRT=m
|
||||
CONFIG_SPEAKUP_SYNTH_DUMMY=m
|
||||
# end of Speakup console speech
|
||||
|
||||
# CONFIG_INFINIBAND is not set
|
||||
CONFIG_EDAC_ATOMIC_SCRUB=y
|
||||
CONFIG_EDAC_SUPPORT=y
|
||||
|
|
Loading…
Reference in a new issue