aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/procd
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-12-02 13:16:06 +0000
committerJohn Crispin <john@openwrt.org>2014-12-02 13:16:06 +0000
commit3b1b3c5067e7e614498b20b5eae25e50e79fb436 (patch)
treef0bba5011e90018569a74168d14c103f4a81f422 /package/system/procd
parentf11b61ae18389cbef52dc7e324afe02bd8456dc4 (diff)
downloadupstream-3b1b3c5067e7e614498b20b5eae25e50e79fb436.tar.gz
upstream-3b1b3c5067e7e614498b20b5eae25e50e79fb436.tar.bz2
upstream-3b1b3c5067e7e614498b20b5eae25e50e79fb436.zip
procd: drop the zram dependencies, theu caused a recursive deps warning
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43492
Diffstat (limited to 'package/system/procd')
-rw-r--r--package/system/procd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 08c6663ac0..3ab194a9f0 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -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