mirror of
https://github.com/openwrt/packages.git
synced 2025-12-25 08:18:20 +04:00
ap51-flash: use $(AUTORELEASE) for PKG_RELEASE
Use `$(AUTORELEASE)` variable rather than setting a PKG_RELEASE on every commit manually. Signed-off-by: Sven Eckelmann <sven@narfation.org>
This commit is contained in:
committed by
Rosen Penev
parent
5f6dcc013d
commit
082d41f313
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ap51-flash
|
||||
PKG_VERSION:=2019.0.1
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/ap51-flash/ap51-flash/releases/download/v$(PKG_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user