From: blogic 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: http://207.154.207.93/?a=commitdiff_plain;h=a737e8bd36877abd986822d3d9bc40c08af7abbd;p=openwrt.git procd: drop the zram dependencies, theu caused a recursive deps warning Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43492 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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