[openwrt/openwrt] lldpd: reset PKG_RELEASE
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 14 00:38:16 PST 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/abbec429b40f149f9c5a99a64ee7bf4e804fbb7d
commit abbec429b40f149f9c5a99a64ee7bf4e804fbb7d
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Tue Jan 14 09:37:33 2025 +0100
lldpd: reset PKG_RELEASE
lldpd was updated, so reset PKG_RELEASE after the PKG_VERSION update.
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/network/services/lldpd/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)/
More information about the lede-commits
mailing list