aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/procd
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-12-02 13:16:06 +0000
committerJohn Crispin <blogic@openwrt.org>2014-12-02 13:16:06 +0000
commitb5070b194e369e79bb729a7617031bfa84bbcc2c (patch)
tree448e677b794f1c1748d5d5e89fbf561c219859d3 /package/system/procd
parent35bedaae631fdcf04d28078cf3df86f57b9206c7 (diff)
downloadupstream-b5070b194e369e79bb729a7617031bfa84bbcc2c.tar.gz
upstream-b5070b194e369e79bb729a7617031bfa84bbcc2c.tar.bz2
upstream-b5070b194e369e79bb729a7617031bfa84bbcc2c.zip
procd: drop the zram dependencies, theu caused a recursive deps warning
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43492 3c298f89-4303-0410-b956-a3cf2f4a3e73
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