1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 15:48:26 +02:00

procd: update to latest git revision

* add support for rcS
* logread can relay log via tcp
* make sure directories are created before mknod is called

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36776
This commit is contained in:
John Crispin 2013-05-30 16:00:06 +00:00
parent 1756047518
commit ee65d346d9

View File

@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=procd
PKG_VERSION:=2013-04-25
PKG_VERSION:=2013-05-30
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:=c28ba8c1947e1b31874bf5888742d1607ed7ae61
PKG_SOURCE_VERSION:=9ffeaae6e088a89f0118de2292a7c406745bbdc6
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1
@ -16,7 +16,7 @@ PKG_LICENSE_FILES:=
PKG_CONFIG_DEPENDS:=CONFIG_PROCD_INIT
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk