topology: update makefile cflags and lib dependencies

This commit is contained in:
Jakob Olsson 2018-10-25 09:10:08 +02:00
parent 3873129a8b
commit 4f0ff76d64

View file

@ -20,10 +20,13 @@ include $(INCLUDE_DIR)/package.mk
define Package/topologyd
CATEGORY:=Utilities
DEPENDS:=+libubox +ubus +libpthread +libopenssl +libnl-genl +libnl +libuci
DEPENDS:=+libubox +ubus +libpthread +libopenssl +libnl-genl +libnl +libuci +libwifi
TITLE:=topology daemon
endef
TARGET_CFLAGS += \
-I$(STAGING_DIR)/usr/include
define Package/topologyd/description
gathers topology information and presents it as json structure
endef