From ba5fd5f2529a6e4189a24430d8f4a5cbc1ee427d Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 4 Sep 2023 17:08:25 +0200 Subject: [PATCH] unetd: set proper dependencies Signed-off-by: John Crispin --- feeds/ucentral/unetd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/ucentral/unetd/Makefile b/feeds/ucentral/unetd/Makefile index 40c52f3e6..89af86015 100644 --- a/feeds/ucentral/unetd/Makefile +++ b/feeds/ucentral/unetd/Makefile @@ -36,7 +36,7 @@ define Package/unetd SECTION:=utils CATEGORY:=Base system TITLE:=OpenWrt wireguard overlay network configuration service - DEPENDS:=+libubox +libubus +libblobmsg-json +libnl-tiny +libunet +libbpf $(BPF_DEPENDS) +(TARGET_ipq807x||TARGET_ipq60xx||TARGET_ipq50xx):kmod-wireguard-backport +!TARGET_ipq807x:kmod-wireguard +wireguard-tools + DEPENDS:=+libubox +libubus +libblobmsg-json +libnl-tiny +libunet +libbpf $(BPF_DEPENDS) +(LINUX_5_4||LINUX_4_4):kmod-wireguard-backport +!(LINUX_5_4||LINUX_4_4):kmod-wireguard +wireguard-tools endef TARGET_CFLAGS += \