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: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
This commit is contained in:
Ilya Lipnitskiy 2021-02-25 10:20:11 -08:00 committed by David Bauer
parent e0f7f5bbce
commit 0b53d6f7fa

View File

@ -1253,10 +1253,8 @@ $(eval $(call KernelPackage,netlink-diag))
define KernelPackage/wireguard define KernelPackage/wireguard
SECTION:=kernel SUBMENU:=$(NETWORK_SUPPORT_MENU)
CATEGORY:=Kernel modules TITLE:=WireGuard secure network tunnel
SUBMENU:=Network Support
TITLE:=WireGuard kernel module
DEPENDS:= \ DEPENDS:= \
+kmod-crypto-lib-blake2s \ +kmod-crypto-lib-blake2s \
+kmod-crypto-lib-chacha20poly1305 \ +kmod-crypto-lib-chacha20poly1305 \