projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3af1102
)
netifd: add a dependency on jshn
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 22 Oct 2011 01:51:55 +0000
(
01:51
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 22 Oct 2011 01:51:55 +0000
(
01:51
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28514
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/netifd/Makefile
patch
|
blob
|
history
diff --git
a/package/netifd/Makefile
b/package/netifd/Makefile
index
96dea24
..
e8a4f69
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:=+libuci +libnl-tiny +libubus +ubus +ubusd @USE_NETIFD
+ DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd
+jshn
@USE_NETIFD
TITLE:=OpenWrt Network Interface Configuration Daemon
endef