Author: blogic Date: 2015-10-02 12:49:09 +0200 (Fri, 02 Oct 2015) New Revision: 47085
Modified: branches/chaos_calmer/package/system/rpcd/Makefile Log: rpcd: update to latest git HEAD Provides ubus calls for sysupgrade and password changing. Signed-off-by: John Crispin <[email protected]> Backport of r47075 Modified: branches/chaos_calmer/package/system/rpcd/Makefile =================================================================== --- branches/chaos_calmer/package/system/rpcd/Makefile 2015-10-02 10:48:57 UTC (rev 47084) +++ branches/chaos_calmer/package/system/rpcd/Makefile 2015-10-02 10:49:09 UTC (rev 47085) @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rpcd -PKG_VERSION:=2015-05-17 +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:=3d655417ab44d93aad56a6d4a668daf24b127b84 +PKG_SOURCE_VERSION:=f00890cd6eb47ad9bb5da0fb6c50aedc8406e7c5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]> @@ -93,4 +93,5 @@ $(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.)) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
