diff options
author | John Crispin <john@openwrt.org> | 2014-12-02 13:16:06 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-02 13:16:06 +0000 |
commit | 3b1b3c5067e7e614498b20b5eae25e50e79fb436 (patch) | |
tree | f0bba5011e90018569a74168d14c103f4a81f422 | |
parent | f11b61ae18389cbef52dc7e324afe02bd8456dc4 (diff) | |
download | upstream-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
-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 |