From 24a1c090915cf77684ec27c444c88c29df987bad Mon Sep 17 00:00:00 2001
From: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Fri, 21 Oct 2011 12:42:57 +0000
Subject: [PATCH] netifd: add missing dependencies on libuci and libnl-tiny

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28501 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 package/netifd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
2.20.1