Skip to content
Snippets Groups Projects
Commit 630e2131 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

wifimngr: update dependencies on libwifi

parent a73368eb
Branches acx/libwifi-separate
No related tags found
No related merge requests found
...@@ -21,13 +21,19 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) ...@@ -21,13 +21,19 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_LICENSE:=GPL-2.0-only PKG_LICENSE:=GPL-2.0-only
PKG_LICENSE_FILES:=LICENSE PKG_LICENSE_FILES:=LICENSE
PKG_CONFIG_DEPENDS := \
CONFIG_PACKAGE_libwifiutils \
CONFIG_PACKAGE_libwifi
PKG_BUILD_DEPENDS := libwifi
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/wifimngr define Package/wifimngr
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
TITLE:=WiFi status and configration utility TITLE:=WiFi status and configration utility
DEPENDS:=+libwifi +libuci +libubox +ubus +libpthread +libnl-genl DEPENDS:=+libwifiutils +libwifi +libuci +libubox +ubus +libpthread +libnl-genl
endef endef
define Package/wifimngr/description define Package/wifimngr/description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment