mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-09 05:12:09 -05:00
lldpd: reset PKG_RELEASE
lldpd was updated, so reset PKG_RELEASE after the PKG_VERSION update. Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
a18385041e
commit
abbec429b4
@ -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)/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user