projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f11b61a
)
procd: drop the zram dependencies, theu caused a recursive deps warning
author
John Crispin
<john@openwrt.org>
Tue, 2 Dec 2014 13:16:06 +0000
(13:16 +0000)
committer
John Crispin
<john@openwrt.org>
Tue, 2 Dec 2014 13:16:06 +0000
(13:16 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43492
package/system/procd/Makefile
patch
|
blob
|
history
diff --git
a/package/system/procd/Makefile
b/package/system/procd/Makefile
index 08c6663ac01be2d26b3d87df8a5d7e24b50a4c27..3ab194a9f0d40769bdcdc212b39e71f63d882219 100644
(file)
--- 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