mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-raspberrypi4 to 5.10.33-2
This commit is contained in:
parent
326e508f51
commit
11cf83e5f1
3 changed files with 10 additions and 9 deletions
|
@ -6,12 +6,12 @@
|
|||
buildarch=12
|
||||
|
||||
pkgbase=linux-raspberrypi4
|
||||
_commit=96110e96f1a82e236afb9a248258f1ef917766e9
|
||||
_commit=9394937ee2b194cdc747aa7014c1f35a3ad3ee77
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi 4"
|
||||
pkgver=5.10.33
|
||||
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=('ce18f324dbd9d2ca8b7689694f33b54b'
|
||||
md5sums=('259a103914620291bb875182ad462ae0'
|
||||
'31c02f4518d46deb5f0c2ad1f8b083cd'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'f66a7ea3feb708d398ef57e4da4815e9'
|
||||
'ce6c81ad1ad1f8b333fd6077d47abdaf'
|
||||
'441ec084c47cddc53e592fb0cbce4edf')
|
||||
md5sums_armv7h=('f1f5720ed7e75792974a56fd2a35371e'
|
||||
md5sums_armv7h=('e707881a77597a1b99c58c5157ef8c64'
|
||||
'9669d916a5929a2eedbd64477f83d99e')
|
||||
md5sums_aarch64=('55f75fdc35a4d25f4ca575e0c2feefb1'
|
||||
md5sums_aarch64=('26bbdb7487cbc98a3760da7c30ce20e2'
|
||||
'9669d916a5929a2eedbd64477f83d99e')
|
||||
|
||||
# setup vars
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 5.10.31 Kernel Configuration
|
||||
# Linux/arm 5.10.33 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -2557,7 +2557,7 @@ CONFIG_NET_VENDOR_QLOGIC=y
|
|||
CONFIG_NET_VENDOR_QUALCOMM=y
|
||||
CONFIG_QCA7000=m
|
||||
CONFIG_QCA7000_SPI=m
|
||||
# CONFIG_QCA7000_UART is not set
|
||||
CONFIG_QCA7000_UART=m
|
||||
# CONFIG_QCOM_EMAC is not set
|
||||
# CONFIG_RMNET is not set
|
||||
CONFIG_NET_VENDOR_RDC=y
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.10.31 Kernel Configuration
|
||||
# Linux/arm64 5.10.33 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -415,6 +415,7 @@ CONFIG_KUSER_HELPERS=y
|
|||
#
|
||||
CONFIG_ARM64_HW_AFDBM=y
|
||||
CONFIG_ARM64_PAN=y
|
||||
CONFIG_AS_HAS_LSE_ATOMICS=y
|
||||
CONFIG_ARM64_LSE_ATOMICS=y
|
||||
CONFIG_ARM64_USE_LSE_ATOMICS=y
|
||||
CONFIG_ARM64_VHE=y
|
||||
|
@ -2581,7 +2582,7 @@ CONFIG_NET_VENDOR_QLOGIC=y
|
|||
CONFIG_NET_VENDOR_QUALCOMM=y
|
||||
CONFIG_QCA7000=m
|
||||
CONFIG_QCA7000_SPI=m
|
||||
# CONFIG_QCA7000_UART is not set
|
||||
CONFIG_QCA7000_UART=m
|
||||
# CONFIG_QCOM_EMAC is not set
|
||||
# CONFIG_RMNET is not set
|
||||
CONFIG_NET_VENDOR_RDC=y
|
||||
|
|
Loading…
Reference in a new issue