diff options
| author | Konstantin Demin | 2025-07-14 08:06:57 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-19 16:54:05 +0000 |
| commit | d03f65a8f25710c3fb55847961a0e12ef6f76bb1 (patch) | |
| tree | 09afd4ae062ab7c42ccdae38ab7c9f6e9607ade5 | |
| parent | c4064c55bdf599092c7a7fdb853d52c9055aa7f6 (diff) | |
| download | openwrt-d03f65a8f25710c3fb55847961a0e12ef6f76bb1.tar.gz | |
ppp: bump PKG_RELEASE
improves ea6bcebc417c "ppp: 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/network/services/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |