mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:34:04 +02:00
netifd: add missing dependencies on libuci and libnl-tiny
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28501 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
758419deb1
commit
24a1c09091
@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/cmake.mk
|
|||||||
define Package/netifd
|
define Package/netifd
|
||||||
SECTION:=base
|
SECTION:=base
|
||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
DEPENDS:=+libubus +ubus +ubusd @USE_NETIFD
|
DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd @USE_NETIFD
|
||||||
TITLE:=OpenWrt Network Interface Configuration Daemon
|
TITLE:=OpenWrt Network Interface Configuration Daemon
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user