summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Marko2025-01-14 08:37:33 +0000
committerRobert Marko2025-01-14 08:37:33 +0000
commitabbec429b40f149f9c5a99a64ee7bf4e804fbb7d (patch)
treec01722678aae7e9a4571545a3e33a4c8f6735ff0
parenta18385041eaeaf6d98ab79a30ce5fba4e712b765 (diff)
downloadopenwrt-abbec429b40f149f9c5a99a64ee7bf4e804fbb7d.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>
-rw-r--r--package/network/services/lldpd/Makefile2
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)/