diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-26 10:25:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-26 10:25:21 +0000 |
commit | 9e28fe285be507f007f3a1fd22ec96fd8a245a42 (patch) | |
tree | f76a43748c08496cb78a79a73e25422062c598f8 /package | |
parent | 948483f93c66704a21e49248feb94b72f9ff9ced (diff) | |
download | upstream-9e28fe285be507f007f3a1fd22ec96fd8a245a42.tar.gz upstream-9e28fe285be507f007f3a1fd22ec96fd8a245a42.tar.bz2 upstream-9e28fe285be507f007f3a1fd22ec96fd8a245a42.zip |
procd: switch to ulog api
Update to git head in order to switch the procd logging to the common ulog()
api for putting early boot messages into dmesg.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44543
Diffstat (limited to 'package')
-rw-r--r-- | package/system/procd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 5d1d893ad9..f31195910d 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2015-02-15 +PKG_VERSION:=2015-02-26 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:=7676df3226da5391c2dfda2ed29a40500e04e15b +PKG_SOURCE_VERSION:=4bccbfa967d756b8c84a62ea4752e936d8545a73 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |