aboutsummaryrefslogtreecommitdiffstats
path: root/package/netifd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-22 01:51:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-10-22 01:51:55 +0000
commited22194a3fa0005475319c4c39534d274acf411f (patch)
treee313a707ddeb48671d8c9a88ff93472e05a2daf7 /package/netifd
parent3af110207d9034668fe9b714eb2074d280a57cce (diff)
downloadupstream-ed22194a3fa0005475319c4c39534d274acf411f.tar.gz
upstream-ed22194a3fa0005475319c4c39534d274acf411f.tar.bz2
upstream-ed22194a3fa0005475319c4c39534d274acf411f.zip
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/netifd')
-rw-r--r--package/netifd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/netifd/Makefile b/package/netifd/Makefile
index 96dea242de..e8a4f69e90 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