Explorar el Código

procd: update to latest head

fixes /dev/console handling during early boot

Signed-off-by: John Crispin <[email protected]>
John Crispin hace 9 años
padre
commit
12a24b6564
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      package/system/procd/Makefile

+ 2 - 2
package/system/procd/Makefile

@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 include $(TOPDIR)/rules.mk
 
 
 PKG_NAME:=procd
 PKG_NAME:=procd
-PKG_VERSION:=2016-05-16
+PKG_VERSION:=2016-05-19
 
 
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(OPENWRT_GIT)/project/procd.git
 PKG_SOURCE_URL=$(OPENWRT_GIT)/project/procd.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=a1a1d1c6cf0ae302f76bc39a3d83aba66aee3228
+PKG_SOURCE_VERSION:=1418c6ce8559ea125c525c2663105fa5ff14905e
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 CMAKE_INSTALL:=1
 CMAKE_INSTALL:=1