Skip to content

Commit

Permalink
lldpd: reset PKG_RELEASE
Browse files Browse the repository at this point in the history
lldpd was updated, so reset PKG_RELEASE after the PKG_VERSION update.

Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
robimarko committed Jan 14, 2025
1 parent a183850 commit abbec42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/network/services/lldpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)/
Expand Down

0 comments on commit abbec42

Please sign in to comment.