From: Felix Fietkau Date: Sat, 22 Oct 2011 01:51:55 +0000 (+0000) Subject: netifd: add a dependency on jshn X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fde2b227b832b6561fd16a6e40aac888f20375de;p=openwrt%2Fstaging%2Fdedeckeh.git netifd: add a dependency on jshn SVN-Revision: 28514 --- 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