From: Rosen Penev Date: Sun, 14 Jun 2026 19:50:20 +0000 (-0700) Subject: fs: rpsec: add missing modules for CRYPTO_KRB5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F23794%2Fhead;p=thirdparty%2Fopenwrt.git fs: rpsec: add missing modules for CRYPTO_KRB5 Upstream selects these for CRYPTO_KRB5. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/23794 Signed-off-by: Jonas Jelonek --- diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk index 59e7b996345..ff132aa712c 100644 --- a/package/kernel/linux/modules/fs.mk +++ b/package/kernel/linux/modules/fs.mk @@ -491,14 +491,15 @@ define KernelPackage/fs-nfs-common-rpcsec TITLE:=NFS Secure RPC DEPENDS:= \ +kmod-fs-nfs-common \ - +kmod-crypto-des \ - +kmod-crypto-cbc \ - +kmod-crypto-cts \ - +kmod-crypto-md5 \ - +kmod-crypto-sha1 \ + +kmod-crypto-manager \ + +kmod-crypto-authenc \ +kmod-crypto-hmac \ - +kmod-crypto-ecb \ - +kmod-crypto-arc4 + +kmod-crypto-cmac \ + +kmod-crypto-sha1 \ + +kmod-crypto-sha256 \ + +kmod-crypto-sha512 \ + +kmod-crypto-cbc \ + +kmod-crypto-cts KCONFIG:= \ CONFIG_SUNRPC_GSS \ CONFIG_RPCSEC_GSS_KRB5