1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

qosify: add PKG_RELEASE

Without PKG_RELEASE, it's impossible to trigger package updates when
changing files included in the package that are not in the qosify git
repository.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Acked-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Stijn Tintel 2022-03-04 17:25:59 +02:00
parent 93259e8ca2
commit 1848b25cdd

@ -14,6 +14,7 @@ PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2022-02-20
PKG_SOURCE_VERSION:=65b42032063f75d8efc37cdb7215a04818be2fa7
PKG_MIRROR_HASH:=0458a9fd7e90fc64239712435f24e7d74b2a3aefcfb0c5f64a9fd70bfd0fe7ae
PKG_RELEASE:=$(AUTORELEASE)
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>