[openwrt/openwrt] ppp: bump PKG_RELEASE

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 19 09:54:59 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/d03f65a8f25710c3fb55847961a0e12ef6f76bb1

commit d03f65a8f25710c3fb55847961a0e12ef6f76bb1
Author: Konstantin Demin <rockdrilla at gmail.com>
AuthorDate: Mon Jul 14 11:06:57 2025 +0300

    ppp: bump PKG_RELEASE
    
    improves ea6bcebc417c "ppp: adjust with glibc and libcrypt-compat"
    
    Signed-off-by: Konstantin Demin <rockdrilla at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/19404
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/network/services/ppp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile
index 285c89eb25..d9061879cf 100644
--- a/package/network/services/ppp/Makefile
+++ b/package/network/services/ppp/Makefile
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=ppp
 PKG_VERSION:=2.5.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/ppp-project/ppp




More information about the lede-commits mailing list