summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Demin2025-07-14 08:04:39 +0000
committerHauke Mehrtens2025-07-19 16:54:05 +0000
commitb0c2aa4594c0a4f90dc6f3e015315e7ba7c4a15e (patch)
treedda243bfd316e30634d9d41f07b24ca34d409930
parenta308d3b2fd6164852bf84206538cdf80d37ed221 (diff)
downloadopenwrt-b0c2aa4594c0a4f90dc6f3e015315e7ba7c4a15e.tar.gz
rpcd: bump PKG_RELEASE
improves 3a188488197d "rpcd: adjust with glibc and libcrypt-compat" Signed-off-by: Konstantin Demin <rockdrilla@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19404 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/system/rpcd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index c63682cbd0..a885da0543 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rpcd
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/rpcd.git