summaryrefslogtreecommitdiff
path: root/package/system
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-07-03 22:21:04 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-07-03 22:21:04 +0000
commit4f4faa92c0c7b465dd37f2f0619c1a1fb1f2db62 (patch)
tree83045b1a2073d66b38c064981a27e86ed28d2eb8 /package/system
parent3f64bb8f8f49ef2c718173b4b76c18bbc455933c (diff)
downloadmtk-20170518-4f4faa92c0c7b465dd37f2f0619c1a1fb1f2db62.zip
mtk-20170518-4f4faa92c0c7b465dd37f2f0619c1a1fb1f2db62.tar.gz
mtk-20170518-4f4faa92c0c7b465dd37f2f0619c1a1fb1f2db62.tar.bz2
rpcd: fix parsing of executable plugin output
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41502
Diffstat (limited to 'package/system')
-rw-r--r--package/system/rpcd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index 600267f..41261c9 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rpcd
-PKG_VERSION:=2014-06-29
+PKG_VERSION:=2014-07-04
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/luci2/rpcd.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)
-PKG_SOURCE_VERSION:=3c55504336eb04a779515f0acff8ecbeea4a3d53
+PKG_SOURCE_VERSION:=7fd4564b8acb60254817cb341b84c6468c8c6440
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>