]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
fs: rpsec: add missing modules for CRYPTO_KRB5 23794/head
authorRosen Penev <rosenp@gmail.com>
Sun, 14 Jun 2026 19:50:20 +0000 (12:50 -0700)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Sun, 28 Jun 2026 20:09:37 +0000 (22:09 +0200)
Upstream selects these for CRYPTO_KRB5.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23794
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
package/kernel/linux/modules/fs.mk

index 59e7b99634502389448c60910c28a7a90db8baff..ff132aa712c95319901c7a6b1463b66b2dc868d7 100644 (file)
@@ -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