diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-22 01:51:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-22 01:51:55 +0000 |
commit | ed22194a3fa0005475319c4c39534d274acf411f (patch) | |
tree | e313a707ddeb48671d8c9a88ff93472e05a2daf7 /package/netifd | |
parent | 3af110207d9034668fe9b714eb2074d280a57cce (diff) | |
download | master-187ad058-ed22194a3fa0005475319c4c39534d274acf411f.tar.gz master-187ad058-ed22194a3fa0005475319c4c39534d274acf411f.tar.bz2 master-187ad058-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/Makefile | 2 |
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 |