diff options
| author | Konstantin Demin | 2025-07-14 08:04:39 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-19 16:54:05 +0000 |
| commit | b0c2aa4594c0a4f90dc6f3e015315e7ba7c4a15e (patch) | |
| tree | dda243bfd316e30634d9d41f07b24ca34d409930 | |
| parent | a308d3b2fd6164852bf84206538cdf80d37ed221 (diff) | |
| download | openwrt-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/Makefile | 2 |
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 |