From 1490a4079628e4d57f0248de3dbe9651a3a28c80 Mon Sep 17 00:00:00 2001 From: graysky Date: Mon, 8 Jul 2024 06:27:35 -0400 Subject: [PATCH] core/linux-armv7 to 6.9.8-2 --- core/linux-armv7/PKGBUILD | 8 ++++---- core/linux-armv7/config | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/core/linux-armv7/PKGBUILD b/core/linux-armv7/PKGBUILD index cd168c611..c7a8a76e3 100644 --- a/core/linux-armv7/PKGBUILD +++ b/core/linux-armv7/PKGBUILD @@ -8,7 +8,7 @@ _srcname=linux-6.9 _kernelname=${pkgbase#linux} _desc="ARMv7 multi-platform" pkgver=6.9.8 -pkgrel=1 +pkgrel=2 rcnver=6.9.0 rcnrel=multiv7-r1 arch=('armv7h') @@ -41,7 +41,7 @@ md5sums=('b9828ed78dae306e3d90643cd5cdb8f1' '68e6db7ebf429d65e1696ad83bdcb329' 'e03a69d7b41ce58991c7cbaf5cfdaee3' '30c879166a58eb98e7ce6a652427a4b1' - 'b8a2148124520313911171927170d421' + '19b262e8a8b427c9b012ab294611b76a' '2d6094def20fc719ea4c36624eb91c39' '61c5ff73c136ed07a7aadbf58db3d96a' '584777ae88bce2c5659960151b64c7d8' @@ -114,9 +114,9 @@ _package() { pkgdesc="The Linux Kernel and modules - ${_desc}" depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7') optdepends=('wireless-regdb: to set the correct wireless channels of your country') - backup=("etc/mkinitcpio.d/${pkgbase}.preset") - provides=("linux=${pkgver}" "WIREGUARD-MODULE") + provides=("linux=${pkgver}" "KSMBD-MODULE" "WIREGUARD-MODULE") 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') install=${pkgname}.install diff --git a/core/linux-armv7/config b/core/linux-armv7/config index a5ffb13fd..63b1ac2fd 100644 --- a/core/linux-armv7/config +++ b/core/linux-armv7/config @@ -1,6 +1,6 @@ # # 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_IS_GCC=y @@ -10345,7 +10345,9 @@ CONFIG_CIFS_DEBUG=y # CONFIG_CIFS_DEBUG_DUMP_KEYS is not set CONFIG_CIFS_DFS_UPCALL=y # 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_CODA_FS is not set # CONFIG_AFS_FS is not set