Author: cyrus Date: 2015-01-09 09:39:16 +0100 (Fri, 09 Jan 2015) New Revision: 43890
Modified: trunk/package/system/procd/Makefile Log: procd: fix console bringup on UML (again...) Signed-off-by: Steven Barth <[email protected]> Modified: trunk/package/system/procd/Makefile =================================================================== --- trunk/package/system/procd/Makefile 2015-01-09 00:10:55 UTC (rev 43889) +++ trunk/package/system/procd/Makefile 2015-01-09 08:39:16 UTC (rev 43890) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2014-12-15 +PKG_VERSION:=2015-01-09 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:=61cfe0d093056b85a311f06d44ac149e5dbb4d1a +PKG_SOURCE_VERSION:=e10fca6b88a8b57fe5a9e80dfd941ae6d98cb970 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
