Browse Source

netifd: add a dependency on jshn

SVN-Revision: 28514
Felix Fietkau 14 years ago
parent
commit
fde2b227b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/netifd/Makefile

+ 1 - 1
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