From: Stijn Tintel <stijn@linux-ipv6.be>
Date: Fri, 4 Mar 2022 15:25:59 +0000 (+0200)
Subject: qosify: add PKG_RELEASE
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=1848b25cddae2744772a8e40bc734f0e6f64554d;p=openwrt%2Fstaging%2Fjogo.git

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>
---

diff --git a/package/network/config/qosify/Makefile b/package/network/config/qosify/Makefile
index 10bd878e86..eb267d3552 100644
--- a/package/network/config/qosify/Makefile
+++ b/package/network/config/qosify/Makefile
@@ -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>