[openwrt/openwrt] procd: update to Git HEAD (2024-03-25)
LEDE Commits
lede-commits at lists.infradead.org
Mon Mar 25 09:10:17 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ff064b68d415ad425a156dc82735b5b66f109bd0
commit ff064b68d415ad425a156dc82735b5b66f109bd0
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Mon Mar 25 11:50:06 2024 +0100
procd: update to Git HEAD (2024-03-25)
79f8cfa58ee7 ci: add github test workflow
428f40e7984f test commit fixing warnings
63058d1f81a5 ci: enable ujail builds
49ea930a862c utils: add key-value offset support to get_cmdline_val()
ca8c30208d5e inittab: fallback when multiple "console=" is detected
Required for the recent Elecom multiple console commits.
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/system/procd/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 537a1ff718..662b03f2f0 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
-PKG_MIRROR_HASH:=90dc0593b8db32e8645e82cc36f18438ccd2103d56fae68c44320f7633aa0eec
-PKG_SOURCE_DATE:=2024-02-24
-PKG_SOURCE_VERSION:=1901aba90b6841ec1a99a25224a92d2519c603fd
+PKG_MIRROR_HASH:=b324cca5b9870c73f3b1c21547ca061acef6e7acb2488244c2f5be129d3a2e6c
+PKG_SOURCE_DATE:=2024-03-25
+PKG_SOURCE_VERSION:=ca8c30208d5e1aaa2c0e3f732c4c9944735e9850
CMAKE_INSTALL:=1
PKG_LICENSE:=GPL-2.0
More information about the lede-commits
mailing list