mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
netsupport.mk: fix rxrpc dependence
This commit is contained in:
parent
5080fb656a
commit
32633277da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user