mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-rpi to 6.6.30-1
This commit is contained in:
parent
5ef334576a
commit
3b91690ec0
3 changed files with 10 additions and 8 deletions
|
@ -5,12 +5,12 @@
|
|||
# Contributer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||
|
||||
pkgbase=linux-rpi
|
||||
_commit=269a721326f2b4c8789af450f580f27a18a9d6af
|
||||
_commit=dda85fda5b2dda7c4e2ba18770bd2033313006d2
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_regen=
|
||||
pkgver=6.6.29
|
||||
pkgrel=2
|
||||
pkgver=6.6.30
|
||||
pkgrel=1
|
||||
pkgdesc='Linux'
|
||||
url="https://github.com/raspberrypi/linux"
|
||||
arch=(armv7h aarch64)
|
||||
|
@ -30,14 +30,14 @@ source=("linux-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/li
|
|||
linux.preset
|
||||
archarm.diffconfig
|
||||
)
|
||||
md5sums=('1e3a1f552589b580fa29813ae559fdc8'
|
||||
md5sums=('2124ab8868b0d64c78e892fc44343341'
|
||||
'3bab7426d8c8818dda8353da3892a41f'
|
||||
'16c484af9f72b9275afcf83a6b8eab36'
|
||||
'a157c5bfc0f03d0728c92bd953b06265'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'87526ee83367947d179edb373009a7d6')
|
||||
md5sums_armv7h=('46af72a2a0bb2c6350052d8545afb01d')
|
||||
md5sums_aarch64=('11cebf324a780778ae909107f61faf1f')
|
||||
md5sums_armv7h=('0598a12be916d71b98b7f70b3272bbe9')
|
||||
md5sums_aarch64=('30a4d110d0abf60e0784d6a3edaf1b76')
|
||||
|
||||
# setup vars
|
||||
if [[ $CARCH == "armv7h" ]]; then
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 6.6.28 Kernel Configuration
|
||||
# Linux/arm 6.6.30 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -587,6 +587,7 @@ CONFIG_ARCH_HIBERNATION_POSSIBLE=y
|
|||
# end of Power management options
|
||||
|
||||
CONFIG_AS_VFP_VMRS_FPINST=y
|
||||
CONFIG_CPU_MITIGATIONS=y
|
||||
|
||||
#
|
||||
# General architecture-dependent options
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 6.6.28 Kernel Configuration
|
||||
# Linux/arm64 6.6.30 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -618,6 +618,7 @@ CONFIG_KVM_GENERIC_HARDWARE_ENABLING=y
|
|||
CONFIG_VIRTUALIZATION=y
|
||||
CONFIG_KVM=y
|
||||
# CONFIG_NVHE_EL2_DEBUG is not set
|
||||
CONFIG_CPU_MITIGATIONS=y
|
||||
|
||||
#
|
||||
# General architecture-dependent options
|
||||
|
|
Loading…
Reference in a new issue