mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
wifimngr: update dependencies on libwifi
This commit is contained in:
parent
a73368eb2c
commit
630e2131b8
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue