From 9a934269ae561ed949e8e5c8f349b055a4d7b9b4 Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Tue, 20 May 2025 15:45:35 +0200 Subject: [PATCH] wifi-services: add libwifi dependency --- wifi-services/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wifi-services/Makefile b/wifi-services/Makefile index f3b04ee11..14a10b20f 100644 --- a/wifi-services/Makefile +++ b/wifi-services/Makefile @@ -15,6 +15,12 @@ endif PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_LICENSE:=PROPRIETARY +PKG_CONFIG_DEPENDS := \ + CONFIG_PACKAGE_libwifiutils \ + CONFIG_PACKAGE_libwifi + +PKG_BUILD_DEPENDS := libwifi + include $(INCLUDE_DIR)/package.mk MAKE_FLAGS += \ @@ -26,7 +32,7 @@ define Package/wifi-services SECTION:=utils CATEGORY:=Utilities TITLE:= Wi-Fi extra services - DEPENDS+=+libeasy +libwifiutils + DEPENDS+=+libeasy +libwifiutils +libwifi endef define Package/wifi-services/description