projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d10b449
)
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)
SVN-Revision: 28514
package/netifd/Makefile
patch
|
blob
|
history
diff --git
a/package/netifd/Makefile
b/package/netifd/Makefile
index 96dea242deb2e6590d89bd468ed0adc1d4ff7a33..e8a4f69e90d03be8aa72568d0cccce043dd79d66 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