summaryrefslogtreecommitdiffstats
path: root/package/procd
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-03-13 18:29:08 +0000
committerJohn Crispin <john@openwrt.org>2013-03-13 18:29:08 +0000
commit2070c91672046df93fbf35c777e0f13a1f73036b (patch)
treee97d5cf4d266d1973e6da1d9dd129e365754f17f /package/procd
parent16b84af05e0447b67cfcc010a3f671985f788f14 (diff)
downloadmaster-31e0f0ae-2070c91672046df93fbf35c777e0f13a1f73036b.tar.gz
master-31e0f0ae-2070c91672046df93fbf35c777e0f13a1f73036b.tar.bz2
master-31e0f0ae-2070c91672046df93fbf35c777e0f13a1f73036b.zip
fix date and dependency
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36006
Diffstat (limited to 'package/procd')
-rw-r--r--package/procd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/procd/Makefile b/package/procd/Makefile
index 25b0271b37..8cb1d30742 100644
--- a/package/procd/Makefile
+++ b/package/procd/Makefile
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=procd
-PKG_VERSION:=2012-03-13
+PKG_VERSION:=2013-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