projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eab3aa3
)
netifd: add missing dependencies on libuci and libnl-tiny
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 21 Oct 2011 12:42:57 +0000
(12:42 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 21 Oct 2011 12:42:57 +0000
(12:42 +0000)
SVN-Revision: 28501
package/netifd/Makefile
patch
|
blob
|
history
diff --git
a/package/netifd/Makefile
b/package/netifd/Makefile
index c25158c581490fe8a8cfdc68206ee3b527e54f9e..96dea242deb2e6590d89bd468ed0adc1d4ff7a33 100644
(file)
--- 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:=+libu
ci +libnl-tiny +libu
bus +ubus +ubusd @USE_NETIFD
TITLE:=OpenWrt Network Interface Configuration Daemon
endef