From c23c0248e1308d78d347e96f1d17a070952d4b91 Mon Sep 17 00:00:00 2001 From: Jakob Olsson Date: Wed, 22 May 2024 17:32:48 +0200 Subject: [PATCH] ieee1905: add dep to libwifiutils --- ieee1905/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ieee1905/Makefile b/ieee1905/Makefile index 2df4349ce..b657e22a9 100644 --- a/ieee1905/Makefile +++ b/ieee1905/Makefile @@ -38,7 +38,7 @@ define Package/libieee1905 $(call Package/ieee1905/Default) TITLE:=libieee1905.so (library for CMDU and TLV handling) DEPENDS= +libubox +libuci +libubus +libeasy +libnl-genl \ - +libjson-c +libblobmsg-json + +libjson-c +libblobmsg-json +libwifiutils endef define Package/ieee1905 @@ -46,7 +46,8 @@ define Package/ieee1905 TITLE:=ieee1905d (daemon implementing 1905.1 and provides cli) DEPENDS= +libubox +libuci +libubus +libeasy +libnl-genl \ +libjson-c +libblobmsg-json +ubus +libpthread \ - +libieee1905 +IEEE1905_PLATFORM_HAS_WIFI:libwifi + +libieee1905 +IEEE1905_PLATFORM_HAS_WIFI:libwifi \ + +libwifiutils endef include $(wildcard plugins/*.mk)