diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-03-04 17:25:59 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-03-04 20:25:05 +0200 |
commit | 1848b25cddae2744772a8e40bc734f0e6f64554d (patch) | |
tree | c78acc1bcc14d44635afbc33f3502b12bf61c584 /package/network/config/qosify | |
parent | 93259e8ca261c7965618fe11c2d385638da5cfa6 (diff) | |
download | upstream-1848b25cddae2744772a8e40bc734f0e6f64554d.tar.gz upstream-1848b25cddae2744772a8e40bc734f0e6f64554d.tar.bz2 upstream-1848b25cddae2744772a8e40bc734f0e6f64554d.zip |
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>
Diffstat (limited to 'package/network/config/qosify')
-rw-r--r-- | package/network/config/qosify/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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> |