diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-10-21 12:42:57 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-10-21 12:42:57 +0000 |
commit | 24a1c090915cf77684ec27c444c88c29df987bad (patch) | |
tree | b76b47fd528a00d70711e8296bab5dee5642b085 /package/netifd | |
parent | 758419deb198c2a6a3db0f3028c8eb41ef604fd9 (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')
-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 |