procd: update to latest git head
adds support for ubus event based triggers Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41007
This commit is contained in:
parent
59c8b70839
commit
ad3c2701b6
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=procd
|
||||
PKG_VERSION:=2014-05-25
|
||||
PKG_VERSION:=2014-06-05
|
||||
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=54829607535631a6701a16113c95a0c09cbd45d8
|
||||
PKG_SOURCE_VERSION:=09c09dc870148c99a546243f434e546aafaa6b89
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue