From: John Crispin Date: Tue, 2 Dec 2014 13:16:06 +0000 (+0000) Subject: procd: drop the zram dependencies, theu caused a recursive deps warning X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3b1b3c5067e7e614498b20b5eae25e50e79fb436;p=librecmc%2Flibrecmc.git procd: drop the zram dependencies, theu caused a recursive deps warning Signed-off-by: John Crispin SVN-Revision: 43492 --- 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