summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-10-22 01:51:55 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-10-22 01:51:55 +0000
commitc30b21ff8a8f281fbc7f2b1e7b99c261cb945822 (patch)
treee313a707ddeb48671d8c9a88ff93472e05a2daf7 /package
parentb90f9dbb187a41ac6b2033d9c61892c3ffb9da71 (diff)
netifd: add a dependency on jshn
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28514 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/netifd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/netifd/Makefile b/package/netifd/Makefile
index 96dea242d..e8a4f69e9 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:=+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