Author: blogic Date: 2014-11-06 10:30:55 +0100 (Thu, 06 Nov 2014) New Revision: 43193
Modified: trunk/package/system/procd/Makefile Log: procd: update to latest git setsid is called fixing the pgrp issue trigger the wdt while modules are being inserted Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/system/procd/Makefile =================================================================== --- trunk/package/system/procd/Makefile 2014-11-06 06:15:03 UTC (rev 43192) +++ trunk/package/system/procd/Makefile 2014-11-06 09:30:55 UTC (rev 43193) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2014-11-05 +PKG_VERSION:=2014-11-06 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:=6f52ef3cc9f01e952e7f32d10c7f8612e635e80c +PKG_SOURCE_VERSION:=b899234bd657fa1ae1c71315326c3fe2cd9b6cec 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
