mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-rpi to 6.6.25-1
This commit is contained in:
parent
01dc5d6dc2
commit
01630cdc89
3 changed files with 9 additions and 9 deletions
|
@ -5,11 +5,11 @@
|
|||
# Contributer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||
|
||||
pkgbase=linux-rpi
|
||||
_commit=8c3e7a55220cb7cb13131bb8dccd37694537eb97
|
||||
_commit=ae8a4ce56fcac6cfd2bf9c3bbbdd939725c1ae45
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_regen=
|
||||
pkgver=6.6.23
|
||||
pkgver=6.6.25
|
||||
pkgrel=1
|
||||
pkgdesc='Linux'
|
||||
url="https://github.com/raspberrypi/linux"
|
||||
|
@ -30,14 +30,14 @@ source=("linux-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/li
|
|||
linux.preset
|
||||
archarm.diffconfig
|
||||
)
|
||||
md5sums=('e63300e59ec6b80aa1f12b2ffbcba728'
|
||||
md5sums=('2cdd27d91664fe06f8965dfa5621104f'
|
||||
'3bab7426d8c8818dda8353da3892a41f'
|
||||
'16c484af9f72b9275afcf83a6b8eab36'
|
||||
'a157c5bfc0f03d0728c92bd953b06265'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'c8f84694321e249492c80149833671d7')
|
||||
md5sums_armv7h=('6eef5f90506822fc95f086c07ec60391')
|
||||
md5sums_aarch64=('64f8bf6b69a09d8dc13dd5f82844a0e1')
|
||||
md5sums_armv7h=('122187220bd9e151106a057f614b76c2')
|
||||
md5sums_aarch64=('25f442fc59f81d6cebb61c15cf3f95e3')
|
||||
|
||||
# setup vars
|
||||
if [[ $CARCH == "armv7h" ]]; then
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 6.6.21 Kernel Configuration
|
||||
# Linux/arm 6.6.25 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -1580,7 +1580,6 @@ CONFIG_BT_BNEP=m
|
|||
CONFIG_BT_BNEP_MC_FILTER=y
|
||||
CONFIG_BT_BNEP_PROTO_FILTER=y
|
||||
CONFIG_BT_HIDP=m
|
||||
# CONFIG_BT_HS is not set
|
||||
CONFIG_BT_LE=y
|
||||
CONFIG_BT_LE_L2CAP_ECRED=y
|
||||
CONFIG_BT_6LOWPAN=m
|
||||
|
@ -7709,6 +7708,7 @@ CONFIG_NVMEM_SYSFS=y
|
|||
# CONFIG_NVMEM_LAYOUT_ONIE_TLV is not set
|
||||
# end of Layout Types
|
||||
|
||||
CONFIG_NVMEM_RASPBERRYPI_OTP=y
|
||||
CONFIG_NVMEM_RMEM=m
|
||||
# CONFIG_NVMEM_U_BOOT_ENV is not set
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 6.6.21 Kernel Configuration
|
||||
# Linux/arm64 6.6.25 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -1665,7 +1665,6 @@ CONFIG_BT_BNEP=m
|
|||
CONFIG_BT_BNEP_MC_FILTER=y
|
||||
CONFIG_BT_BNEP_PROTO_FILTER=y
|
||||
CONFIG_BT_HIDP=m
|
||||
# CONFIG_BT_HS is not set
|
||||
CONFIG_BT_LE=y
|
||||
CONFIG_BT_LE_L2CAP_ECRED=y
|
||||
CONFIG_BT_6LOWPAN=m
|
||||
|
@ -7952,6 +7951,7 @@ CONFIG_NVMEM_SYSFS=y
|
|||
# CONFIG_NVMEM_LAYOUT_ONIE_TLV is not set
|
||||
# end of Layout Types
|
||||
|
||||
CONFIG_NVMEM_RASPBERRYPI_OTP=y
|
||||
CONFIG_NVMEM_RMEM=m
|
||||
# CONFIG_NVMEM_U_BOOT_ENV is not set
|
||||
|
||||
|
|
Loading…
Reference in a new issue