mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
ieee1905: add dep to libwifiutils
This commit is contained in:
parent
82c064d4d9
commit
c23c0248e1
1 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue