netifd: add a dependency on jshn
authorFelix Fietkau <nbd@openwrt.org>
Sat, 22 Oct 2011 01:51:55 +0000 (01:51 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 22 Oct 2011 01:51:55 +0000 (01:51 +0000)
SVN-Revision: 28514

package/netifd/Makefile

index 96dea242deb2e6590d89bd468ed0adc1d4ff7a33..e8a4f69e90d03be8aa72568d0cccce043dd79d66 100644 (file)
@@ -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