aboutsummaryrefslogtreecommitdiffstats
path: root/package/system
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-10-01 18:44:26 +0000
committerJohn Crispin <blogic@openwrt.org>2015-10-01 18:44:26 +0000
commitf4fe707e2ef8d0b988bbf25243cc87577ebb9fda (patch)
treebe0cf4d2c7587d0abb8c7f6a3f4dc3a4c2999ce1 /package/system
parentdbcb39f54ec88296a64f2d9827d6d202a321ac90 (diff)
downloadmaster-187ad058-f4fe707e2ef8d0b988bbf25243cc87577ebb9fda.tar.gz
master-187ad058-f4fe707e2ef8d0b988bbf25243cc87577ebb9fda.tar.bz2
master-187ad058-f4fe707e2ef8d0b988bbf25243cc87577ebb9fda.zip
rpcd: update to latest git HEAD
Provides ubus calls for sysupgrade and password changing. Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47075 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system')
-rw-r--r--package/system/rpcd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index 831c6c08f5..dc7284af62 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rpcd
-PKG_VERSION:=2015-07-15
+PKG_VERSION:=2015-01-10
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:=410802e106184d15805c5a66830d3072bd58ce30
+PKG_SOURCE_VERSION:=f00890cd6eb47ad9bb5da0fb6c50aedc8406e7c5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
@@ -93,4 +93,5 @@ endef
$(eval $(call BuildPackage,rpcd))
$(eval $(call BuildPlugin,file,,Provides ubus calls for file and directory operations.))
+$(eval $(call BuildPlugin,rpcsys,,Provides ubus calls for sysupgrade and password changing.))
$(eval $(call BuildPlugin,iwinfo,+libiwinfo,Provides ubus calls for accessing iwinfo data.))