diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-02 13:16:06 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-02 13:16:06 +0000 |
commit | b5070b194e369e79bb729a7617031bfa84bbcc2c (patch) | |
tree | 448e677b794f1c1748d5d5e89fbf561c219859d3 /package/system | |
parent | 35bedaae631fdcf04d28078cf3df86f57b9206c7 (diff) | |
download | upstream-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')
-rw-r--r-- | package/system/procd/Makefile | 2 |
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 |