From b7c46311791f42d216692650bcc77be05e9c3ca6 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 29 Sep 2023 09:46:17 +0200 Subject: [PATCH] wireguard: add dependency for now #6827 Not pretty. Need to hook wireguard-kmod on life support for the initial 24.1 at least because we don't know at build time if the kernel to be installed will have its own kernel module or not. Having both works, but the kernel one breaks wireguard-go. Also implementations for kernel and port kmod seem to be "slightly" different. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8c3f564cd..81ad70035 100644 --- a/Makefile +++ b/Makefile @@ -189,6 +189,7 @@ CORE_DEPENDS?= ca_root_nss \ sudo \ syslog-ng \ unbound \ + wireguard-kmod \ wpa_supplicant \ zip \ ${CORE_DEPENDS_${CORE_ARCH}}