From 7612678e048d65f60572dadc7d838e6795866312 Mon Sep 17 00:00:00 2001 From: graysky Date: Mon, 8 Jul 2024 06:23:15 -0400 Subject: [PATCH] core/linux-aarch64 to 6.9.8-2 Enable smb server, closes #2043 --- core/linux-aarch64/PKGBUILD | 6 +++--- core/linux-aarch64/config | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/core/linux-aarch64/PKGBUILD b/core/linux-aarch64/PKGBUILD index e6e337d8d..2071efc0f 100644 --- a/core/linux-aarch64/PKGBUILD +++ b/core/linux-aarch64/PKGBUILD @@ -9,7 +9,7 @@ _srcname=linux-6.9 _kernelname=${pkgbase#linux} _desc="AArch64 multi-platform" pkgver=6.9.8 -pkgrel=1 +pkgrel=2 arch=('aarch64') url="http://www.kernel.org/" license=('GPL2') @@ -28,7 +28,7 @@ md5sums=('b9828ed78dae306e3d90643cd5cdb8f1' 'cedcebe38158dec55db486e4ebdd295b' '7b08a199a97e3e2288e5c03d8e8ded2d' 'c9d4e392555b77034e24e9f87c5ff0b3' - '2c3a44573983e31f44c883b14d3808ab' + '883a49c32379171f7968c59ea8f20a3a' '7c97cf141750ad810235b1ad06eb9f75' '61c5ff73c136ed07a7aadbf58db3d96a' '584777ae88bce2c5659960151b64c7d8' @@ -69,7 +69,7 @@ _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') - provides=("linux=${pkgver}" "WIREGUARD-MODULE") + provides=("linux=${pkgver}" "KSMBD-MODULE" "WIREGUARD-MODULE") conflicts=('linux') backup=("etc/mkinitcpio.d/${pkgbase}.preset") install=${pkgname}.install diff --git a/core/linux-aarch64/config b/core/linux-aarch64/config index 65d358c06..ac4b67af5 100644 --- a/core/linux-aarch64/config +++ b/core/linux-aarch64/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 6.9.7 Kernel Configuration +# Linux/arm64 6.9.8 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.1.1 20240507" CONFIG_CC_IS_GCC=y @@ -10985,7 +10985,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=m # CONFIG_AFS_FS is not set