diff options
author | John Crispin <john@openwrt.org> | 2013-03-13 18:29:08 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-03-13 18:29:08 +0000 |
commit | 2070c91672046df93fbf35c777e0f13a1f73036b (patch) | |
tree | e97d5cf4d266d1973e6da1d9dd129e365754f17f | |
parent | 16b84af05e0447b67cfcc010a3f671985f788f14 (diff) | |
download | upstream-2070c91672046df93fbf35c777e0f13a1f73036b.tar.gz upstream-2070c91672046df93fbf35c777e0f13a1f73036b.tar.bz2 upstream-2070c91672046df93fbf35c777e0f13a1f73036b.zip |
fix date and dependency
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36006
-rw-r--r-- | package/procd/Makefile | 4 |
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 |