mirror of https://github.com/hak5/openwrt.git
netifd: add missing dependencies on libuci and libnl-tiny
SVN-Revision: 28501lede-17.01
parent
0eab6e2a7d
commit
ee61d7007a
|
@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/cmake.mk
|
|||
define Package/netifd
|
||||
SECTION:=base
|
||||
CATEGORY:=Base system
|
||||
DEPENDS:=+libubus +ubus +ubusd @USE_NETIFD
|
||||
DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd @USE_NETIFD
|
||||
TITLE:=OpenWrt Network Interface Configuration Daemon
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in New Issue