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
commit7f32515c4d5ef80a96bc56d5f093dc0a42e3ea0d (patch)
treeb76b47fd528a00d70711e8296bab5dee5642b085 /package
parenta266c4f43b362b2778e006263f92c0dc7050ec8b (diff)
downloadupstream-7f32515c4d5ef80a96bc56d5f093dc0a42e3ea0d.tar.gz
upstream-7f32515c4d5ef80a96bc56d5f093dc0a42e3ea0d.tar.bz2
upstream-7f32515c4d5ef80a96bc56d5f093dc0a42e3ea0d.zip
netifd: add missing dependencies on libuci and libnl-tiny
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28501 3c298f89-4303-0410-b956-a3cf2f4a3e73
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