kernel/modules: fix typo error

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2022-06-15 19:03:40 +08:00
parent 1a1ab1d935
commit 918a4d128d
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 2 deletions

View File

@ -466,7 +466,7 @@ define KernelPackage/crypto-lib-blake2s
FILES:= \
$(LINUX_DIR)/lib/crypto/libblake2s.ko \
$(LINUX_DIR)/lib/crypto/libblake2s-generic.ko
$(call AddDepends/crypto,+PACKAGE_kmod-crypto-hash:kmod-crypto-hash @KERNEL_5_4)
$(call AddDepends/crypto,+PACKAGE_kmod-crypto-hash:kmod-crypto-hash @LINUX_5_4)
endef
define KernelPackage/crypto-lib-blake2s/config

View File

@ -1290,7 +1290,7 @@ define KernelPackage/wireguard
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=WireGuard secure network tunnel
DEPENDS:= \
+KERNEL_5_4:kmod-crypto-lib-blake2s \
+LINUX_5_4:kmod-crypto-lib-blake2s \
+kmod-crypto-lib-chacha20poly1305 \
+kmod-crypto-lib-curve25519 \
+kmod-udptunnel4 \