aboutsummaryrefslogtreecommitdiffstats
path: root/package/procd/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-03-13 18:29:08 +0000
committerJohn Crispin <blogic@openwrt.org>2013-03-13 18:29:08 +0000
commitbf549e58ef52560460ab622788c696fe868c9b95 (patch)
treecf6f0123866b5456225b0f49181d0200b6f9276b /package/procd/Makefile
parent23f96f4fefd6c467ed9672f33154d0e17b0c65bb (diff)
downloadmaster-187ad058-bf549e58ef52560460ab622788c696fe868c9b95.tar.gz
master-187ad058-bf549e58ef52560460ab622788c696fe868c9b95.tar.bz2
master-187ad058-bf549e58ef52560460ab622788c696fe868c9b95.zip
[procd] fix date and dependency
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36006 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/procd/Makefile')
-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