diff options
| author | Felix Fietkau | 2025-08-07 13:44:56 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2025-08-07 13:45:10 +0000 |
| commit | 71c85bd88a7454f5ac34513ca70ade3854dd3086 (patch) | |
| tree | 0d2cd02cd2695db579c7b5ebe772ca1eb393e658 | |
| parent | 4880e8e338fcd0d1448414265a2b2003a2594fe0 (diff) | |
| download | openwrt-71c85bd88a7454f5ac34513ca70ade3854dd3086.tar.gz | |
procd: update to Git HEAD (2025-08-07)
84372dab89a8 hotplug: switch to using avl tree for hotplug subsystems
4d023b8a8c51 hotplug: send event notifications
467800980021 hotplug: ensure that the button subsystem is always registered
Signed-off-by: Felix Fietkau <nbd@nbd.name>
| -rw-r--r-- | package/system/procd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index a04194eb29..0ede26c37f 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:=0dccbdbfea96106d1e394cb74a02fa4c7910e06e6d62212d704153bea8dc3024 -PKG_SOURCE_DATE:=2025-06-19 -PKG_SOURCE_VERSION:=cde025d5baf32e62b485ef9f8ba1e835ba8ece0e +PKG_MIRROR_HASH:=6e40f4b526773166315cfccdab22d0d7d5cc18f2a968f3987268de46207b976b +PKG_SOURCE_DATE:=2025-08-07 +PKG_SOURCE_VERSION:=46780098002167070c665f03f1a8ed76d1e1c55f CMAKE_INSTALL:=1 PKG_LICENSE:=GPL-2.0 |