procd: drop the zram dependencies, theu caused a recursive deps warning
authorJohn Crispin <john@openwrt.org>
Tue, 2 Dec 2014 13:16:06 +0000 (13:16 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 2 Dec 2014 13:16:06 +0000 (13:16 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43492

package/system/procd/Makefile

index 08c6663ac01be2d26b3d87df8a5d7e24b50a4c27..3ab194a9f0d40769bdcdc212b39e71f63d882219 100644 (file)
@@ -32,7 +32,7 @@ TARGET_LDFLAGS += $(if $(CONFIG_USE_EGLIBC),-lrt)
 define Package/procd
   SECTION:=base
   CATEGORY:=Base system
-  DEPENDS:=+ubusd +ubus +libjson-script +ubox +USE_EGLIBC:librt +libubox +libubus +NAND_SUPPORT:procd-nand +PROCD_ZRAM_TMPFS:kmod-zram +PROCD_ZRAM_TMPFS:e2fsprogs
+  DEPENDS:=+ubusd +ubus +libjson-script +ubox +USE_EGLIBC:librt +libubox +libubus +NAND_SUPPORT:procd-nand
   TITLE:=OpenWrt system process manager
 endef