Author: rmilecki Date: 2015-08-11 00:29:46 +0200 (Tue, 11 Aug 2015) New Revision: 46579
Modified: branches/chaos_calmer/package/system/procd/Makefile Log: procd: update to the latest version, add "button" hotplug handler Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]> In 15.05-rc2 we got support for "set-interval" and "clear-interval" which got dropped with the update of procd done in r46257. This new "button" action provides similar functionality so it makes sense to backport it to 15.05. Backport of r46578 Modified: branches/chaos_calmer/package/system/procd/Makefile =================================================================== --- branches/chaos_calmer/package/system/procd/Makefile 2015-08-10 21:56:54 UTC (rev 46578) +++ branches/chaos_calmer/package/system/procd/Makefile 2015-08-10 22:29:46 UTC (rev 46579) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2015-07-24 +PKG_VERSION:=2015-07-27 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:=22b5270d16b92613d42c24168d33a8a14c74701a +PKG_SOURCE_VERSION:=370b68a9c3514ecb2fb6b814ba58e4e41f4f26c0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
