mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-rpi to 6.1.11-2
Restore CONFIG_BCM2835_THERMAL=y for armv7h
This commit is contained in:
parent
7931b9475d
commit
821f7ba57b
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ _srcname=linux-${_commit}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_regen=
|
||||
pkgver=6.1.11
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Linux'
|
||||
url="http://www.kernel.org/"
|
||||
arch=(armv7h aarch64)
|
||||
|
@ -36,7 +36,7 @@ md5sums=('2800004eaaa4a456a10d0f1f01a520fb'
|
|||
'0a5f16bfec6ad982a2f6782724cca8ba'
|
||||
'441ec084c47cddc53e592fb0cbce4edf'
|
||||
'd1a9b105e3d6b8c4cf2a8411258f7fdf')
|
||||
md5sums_armv7h=('fdc793419a6e980efce95aa70f58a9fb'
|
||||
md5sums_armv7h=('755e235658d34e8f87e7147c3306f234'
|
||||
'177bbdbe1baa46a04dcba86352cfa3fe')
|
||||
md5sums_aarch64=('a38dce60d48211728bbe23e67b86f68d'
|
||||
'7e4403dea857e40005bf76beda9927ff')
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 6.1.8 Kernel Configuration
|
||||
# Linux/arm 6.1.11 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -3962,7 +3962,7 @@ CONFIG_THERMAL_GOV_STEP_WISE=y
|
|||
# Broadcom thermal drivers
|
||||
#
|
||||
CONFIG_BCM2711_THERMAL=y
|
||||
# CONFIG_BCM2835_THERMAL is not set
|
||||
CONFIG_BCM2835_THERMAL=y
|
||||
# end of Broadcom thermal drivers
|
||||
|
||||
# CONFIG_GENERIC_ADC_THERMAL is not set
|
||||
|
|
Loading…
Reference in a new issue