core/linux-armv7 to 6.9.8-2

This commit is contained in:
graysky 2024-07-08 06:27:35 -04:00
parent 7612678e04
commit 1490a40796
2 changed files with 8 additions and 6 deletions

View file

@ -8,7 +8,7 @@ _srcname=linux-6.9
_kernelname=${pkgbase#linux} _kernelname=${pkgbase#linux}
_desc="ARMv7 multi-platform" _desc="ARMv7 multi-platform"
pkgver=6.9.8 pkgver=6.9.8
pkgrel=1 pkgrel=2
rcnver=6.9.0 rcnver=6.9.0
rcnrel=multiv7-r1 rcnrel=multiv7-r1
arch=('armv7h') arch=('armv7h')
@ -41,7 +41,7 @@ md5sums=('b9828ed78dae306e3d90643cd5cdb8f1'
'68e6db7ebf429d65e1696ad83bdcb329' '68e6db7ebf429d65e1696ad83bdcb329'
'e03a69d7b41ce58991c7cbaf5cfdaee3' 'e03a69d7b41ce58991c7cbaf5cfdaee3'
'30c879166a58eb98e7ce6a652427a4b1' '30c879166a58eb98e7ce6a652427a4b1'
'b8a2148124520313911171927170d421' '19b262e8a8b427c9b012ab294611b76a'
'2d6094def20fc719ea4c36624eb91c39' '2d6094def20fc719ea4c36624eb91c39'
'61c5ff73c136ed07a7aadbf58db3d96a' '61c5ff73c136ed07a7aadbf58db3d96a'
'584777ae88bce2c5659960151b64c7d8' '584777ae88bce2c5659960151b64c7d8'
@ -114,9 +114,9 @@ _package() {
pkgdesc="The Linux Kernel and modules - ${_desc}" pkgdesc="The Linux Kernel and modules - ${_desc}"
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7') depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('wireless-regdb: to set the correct wireless channels of your country') optdepends=('wireless-regdb: to set the correct wireless channels of your country')
backup=("etc/mkinitcpio.d/${pkgbase}.preset") provides=("linux=${pkgver}" "KSMBD-MODULE" "WIREGUARD-MODULE")
provides=("linux=${pkgver}" "WIREGUARD-MODULE")
conflicts=('linux') conflicts=('linux')
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
replaces=('linux-mvebu' 'linux-udoo' 'linux-sun4i' 'linux-sun5i' 'linux-sun7i' 'linux-usbarmory' 'linux-wandboard' 'linux-clearfog') replaces=('linux-mvebu' 'linux-udoo' 'linux-sun4i' 'linux-sun5i' 'linux-sun7i' 'linux-usbarmory' 'linux-wandboard' 'linux-clearfog')
install=${pkgname}.install install=${pkgname}.install

View file

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm 6.9.8-1 Kernel Configuration # Linux/arm 6.9.8-2 Kernel Configuration
# #
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.1.1 20240507" CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.1.1 20240507"
CONFIG_CC_IS_GCC=y CONFIG_CC_IS_GCC=y
@ -10345,7 +10345,9 @@ CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG_DUMP_KEYS is not set # CONFIG_CIFS_DEBUG_DUMP_KEYS is not set
CONFIG_CIFS_DFS_UPCALL=y CONFIG_CIFS_DFS_UPCALL=y
# CONFIG_CIFS_SWN_UPCALL is not set # CONFIG_CIFS_SWN_UPCALL is not set
# CONFIG_SMB_SERVER is not set CONFIG_SMB_SERVER=m
CONFIG_SMB_SERVER_CHECK_CAP_NET_ADMIN=y
CONFIG_SMB_SERVER_KERBEROS5=y
CONFIG_SMBFS=m CONFIG_SMBFS=m
# CONFIG_CODA_FS is not set # CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set # CONFIG_AFS_FS is not set