diff options
| author | Robert Marko | 2025-01-14 08:37:33 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-01-20 22:51:08 +0000 |
| commit | dc81243e87fd305959ca25fa78e3a11b8ebfc0bc (patch) | |
| tree | f83847e9a32a38edddfc60c64df8184ac7d578f2 | |
| parent | 592e56c0649fc138b844c40aadeda7e856b060d4 (diff) | |
| download | openwrt-dc81243e87fd305959ca25fa78e3a11b8ebfc0bc.tar.gz | |
lldpd: reset PKG_RELEASE
lldpd was updated, so reset PKG_RELEASE after the PKG_VERSION update.
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit abbec429b40f149f9c5a99a64ee7bf4e804fbb7d)
| -rw-r--r-- | package/network/services/lldpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile index b21ca76c5e..6be9723a9b 100644 --- a/package/network/services/lldpd/Makefile +++ b/package/network/services/lldpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lldpd PKG_VERSION:=1.0.18 -PKG_RELEASE:=5 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/lldpd/lldpd/releases/download/$(PKG_VERSION)/ |