mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-raspberrypi4 to 5.10.39-2
configs: Enable Raspberry Pi PoE+ HAT support
This commit is contained in:
parent
f1790869e5
commit
dd2bd19670
3 changed files with 9 additions and 9 deletions
|
@ -6,12 +6,12 @@
|
|||
buildarch=12
|
||||
|
||||
pkgbase=linux-raspberrypi4
|
||||
_commit=58f672b8da4a4094283a7fcb29dc63f3eb7ddb62
|
||||
_commit=131a6abaac64b638dbfab44a92f4403fc89ba569
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi 4"
|
||||
pkgver=5.10.39
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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=('5f9034b79d57e89936a3eeb784e19a20'
|
||||
md5sums=('91a59ea9b50f29eb182b156e5f46d528'
|
||||
'31c02f4518d46deb5f0c2ad1f8b083cd'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'f66a7ea3feb708d398ef57e4da4815e9'
|
||||
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
||||
'441ec084c47cddc53e592fb0cbce4edf')
|
||||
md5sums_armv7h=('be22026fa314f2bee0c2ab93f3040801'
|
||||
md5sums_armv7h=('2b16d9d69c98077fdf3c518f40ac4850'
|
||||
'9669d916a5929a2eedbd64477f83d99e')
|
||||
md5sums_aarch64=('1edf0d78e0c5f5eacad12b36d975f170'
|
||||
md5sums_aarch64=('1dea5d6c78a40edcdd4225031a0da7c7'
|
||||
'9669d916a5929a2eedbd64477f83d99e')
|
||||
|
||||
# setup vars
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 5.10.38 Kernel Configuration
|
||||
# Linux/arm 5.10.39 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -3732,6 +3732,7 @@ CONFIG_POWER_RESET_GPIO=y
|
|||
CONFIG_POWER_SUPPLY=y
|
||||
# CONFIG_POWER_SUPPLY_DEBUG is not set
|
||||
CONFIG_POWER_SUPPLY_HWMON=y
|
||||
CONFIG_RPI_POE_POWER=m
|
||||
# CONFIG_PDA_POWER is not set
|
||||
# CONFIG_GENERIC_ADC_BATTERY is not set
|
||||
# CONFIG_TEST_POWER is not set
|
||||
|
@ -6781,7 +6782,6 @@ CONFIG_AD7887=m
|
|||
CONFIG_AD7923=m
|
||||
CONFIG_AD7949=m
|
||||
CONFIG_AD799X=m
|
||||
# CONFIG_AD9467 is not set
|
||||
# CONFIG_ADI_AXI_ADC is not set
|
||||
CONFIG_CC10001_ADC=m
|
||||
CONFIG_ENVELOPE_DETECTOR=m
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.10.38 Kernel Configuration
|
||||
# Linux/arm64 5.10.39 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -3731,6 +3731,7 @@ CONFIG_POWER_RESET_GPIO=y
|
|||
CONFIG_POWER_SUPPLY=y
|
||||
# CONFIG_POWER_SUPPLY_DEBUG is not set
|
||||
CONFIG_POWER_SUPPLY_HWMON=y
|
||||
CONFIG_RPI_POE_POWER=m
|
||||
# CONFIG_PDA_POWER is not set
|
||||
# CONFIG_GENERIC_ADC_BATTERY is not set
|
||||
# CONFIG_TEST_POWER is not set
|
||||
|
@ -6786,7 +6787,6 @@ CONFIG_AD7887=m
|
|||
CONFIG_AD7923=m
|
||||
CONFIG_AD7949=m
|
||||
CONFIG_AD799X=m
|
||||
# CONFIG_AD9467 is not set
|
||||
# CONFIG_ADI_AXI_ADC is not set
|
||||
CONFIG_CC10001_ADC=m
|
||||
CONFIG_ENVELOPE_DETECTOR=m
|
||||
|
|
Loading…
Reference in a new issue