aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-21 12:42:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-10-21 12:42:57 +0000
commitee61d7007a3a7fb9f31586801a360081f51cea58 (patch)
treee94347de63c6f944e401248e3402c8e84f38dc03 /package
parent0eab6e2a7d89fab112142027f207bcc5546fece4 (diff)
downloadupstream-ee61d7007a3a7fb9f31586801a360081f51cea58.tar.gz
upstream-ee61d7007a3a7fb9f31586801a360081f51cea58.tar.bz2
upstream-ee61d7007a3a7fb9f31586801a360081f51cea58.zip
netifd: add missing dependencies on libuci and libnl-tiny
SVN-Revision: 28501
Diffstat (limited to 'package')
-rw-r--r--package/netifd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/netifd/Makefile b/package/netifd/Makefile
index c25158c581..96dea242de 100644
--- a/package/netifd/Makefile
+++ b/package/netifd/Makefile
@@ -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