Skip to content
Snippets Groups Projects
Commit 0b53d6f7 authored by Ilya Lipnitskiy's avatar Ilya Lipnitskiy Committed by David Bauer
Browse files

kernel: fix kmod-wireguard package fields


Use NETWORK_SUPPORT_MENU like all other modules in netsupport.mk. Drop
SECTION and CATEGORY fields as they are set by default and to match
other packages in netsupport.mk. Use better TITLE for kmod-wireguard
(taken from upstream drivers/net/Kconfig).

Signed-off-by: default avatarIlya Lipnitskiy <ilya.lipnitskiy@gmail.com>
parent e0f7f5bb
No related branches found
No related tags found
No related merge requests found
......@@ -1253,10 +1253,8 @@ $(eval $(call KernelPackage,netlink-diag))
define KernelPackage/wireguard
SECTION:=kernel
CATEGORY:=Kernel modules
SUBMENU:=Network Support
TITLE:=WireGuard kernel module
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=WireGuard secure network tunnel
DEPENDS:= \
+kmod-crypto-lib-blake2s \
+kmod-crypto-lib-chacha20poly1305 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment