diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-08-31 12:28:56 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-08-31 12:31:15 +0100 |
commit | bf94c2da3e60fe41b379cf4a7f87763d30fcb601 (patch) | |
tree | d61368a47e5f8e1fd5e8a2754eb9f7c743289005 /package/system | |
parent | 6f39649555efb1ce44a63e802322c68ebd26e92e (diff) | |
download | upstream-bf94c2da3e60fe41b379cf4a7f87763d30fcb601.tar.gz upstream-bf94c2da3e60fe41b379cf4a7f87763d30fcb601.tar.bz2 upstream-bf94c2da3e60fe41b379cf4a7f87763d30fcb601.zip |
procd: fix issue mounting overlay fs
The previous procd update broke mounting overlayfs in an attempt to
fix an off-by-one error. Revert that broken fix and apply fix from
Nick Hainke <vincent@systemli.org> instead to bring things back to
life.
20adf53 Revert "initd: fix off-by-one error in mkdev.c"
773e8da initd: fix off-by-one error in mkdev.c
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/system')
-rw-r--r-- | package/system/procd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 65c76e6d62..76dd190151 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -13,8 +13,8 @@ PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git PKG_SOURCE_DATE:=2021-08-31 -PKG_SOURCE_VERSION:=269c9e4c7e5b6a726712abf939255980f03266c5 -PKG_MIRROR_HASH:=7784c2853c74209e3aeb8e7328dd0024208cc5441afe6a5419c08ba1aee31f62 +PKG_SOURCE_VERSION:=773e8da41532b23888511cd864fbd251ecadc577 +PKG_MIRROR_HASH:=2b7c91427861f23fcd444fc05c033ed0f348ff353097a98d583f38a79ce294dd CMAKE_INSTALL:=1 PKG_LICENSE:=GPL-2.0 |