summaryrefslogtreecommitdiffstats
path: root/package/netifd/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-10-21 12:42:57 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-10-21 12:42:57 +0000
commit24a1c090915cf77684ec27c444c88c29df987bad (patch)
treeb76b47fd528a00d70711e8296bab5dee5642b085 /package/netifd/Makefile
parent758419deb198c2a6a3db0f3028c8eb41ef604fd9 (diff)
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/netifd/Makefile')
-rw-r--r--package/netifd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/netifd/Makefile b/package/netifd/Makefile
index c25158c58..96dea242d 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