index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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
)
procd: drop the zram dependencies, theu caused a recursive deps warning
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43492
Diffstat
-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