projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16b84af
)
fix date and dependency
author
John Crispin
<john@openwrt.org>
Wed, 13 Mar 2013 18:29:08 +0000
(18:29 +0000)
committer
John Crispin
<john@openwrt.org>
Wed, 13 Mar 2013 18:29:08 +0000
(18:29 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36006
package/procd/Makefile
patch
|
blob
|
history
diff --git
a/package/procd/Makefile
b/package/procd/Makefile
index 25b0271b37e710ad26df4c261ceca647d30322c1..8cb1d30742d71c981ebc5754c101b2b614ee1d1a 100644
(file)
--- a/
package/procd/Makefile
+++ b/
package/procd/Makefile
@@
-1,7
+1,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=procd
-PKG_VERSION:=201
2
-03-13
+PKG_VERSION:=201
3
-03-13
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
@@
-24,7
+24,7
@@
include $(INCLUDE_DIR)/cmake.mk
define Package/procd
SECTION:=base
CATEGORY:=Base system
- DEPENDS:=+ubusd +ubus +libjson
_
script
+ DEPENDS:=+ubusd +ubus +libjson
-
script
TITLE:=OpenWrt system process manager
endef