netsupport.mk: fix rxrpc dependence

This commit is contained in:
edwardostara 2022-11-17 17:11:47 +08:00 committed by GitHub
parent 5080fb656a
commit 32633277da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1137,6 +1137,12 @@ $(eval $(call KernelPackage,dnsresolver))
define KernelPackage/rxrpc
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=AF_RXRPC support
DEPENDS:= \
+kmod-crypto-manager \
+kmod-crypto-pcbc \
+kmod-crypto-fcrypt \
+kmod-udptunnel4 \
+IPV6:kmod-udptunnel6
HIDDEN:=1
KCONFIG:= \
CONFIG_AF_RXRPC \
@ -1145,7 +1151,6 @@ define KernelPackage/rxrpc
FILES:= \
$(LINUX_DIR)/net/rxrpc/rxrpc.ko
AUTOLOAD:=$(call AutoLoad,30,rxrpc.ko)
DEPENDS:= +kmod-crypto-manager +kmod-crypto-pcbc +kmod-crypto-fcrypt
endef
define KernelPackage/rxrpc/description