diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-21 12:42:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-21 12:42:57 +0000 |
commit | ee61d7007a3a7fb9f31586801a360081f51cea58 (patch) | |
tree | e94347de63c6f944e401248e3402c8e84f38dc03 | |
parent | 0eab6e2a7d89fab112142027f207bcc5546fece4 (diff) | |
download | upstream-ee61d7007a3a7fb9f31586801a360081f51cea58.tar.gz upstream-ee61d7007a3a7fb9f31586801a360081f51cea58.tar.bz2 upstream-ee61d7007a3a7fb9f31586801a360081f51cea58.zip |
netifd: add missing dependencies on libuci and libnl-tiny
SVN-Revision: 28501
-rw-r--r-- | package/netifd/Makefile | 2 |
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 |