From: blogic Date: Wed, 13 Mar 2013 18:29:08 +0000 (+0000) Subject: [procd] fix date and dependency X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e7436a23180eea12132ae059b71f7f557d2e0510;p=openwrt.git [procd] fix date and dependency Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36006 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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