[openwrt/openwrt] qosify: add PKG_RELEASE

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 4 10:37:49 PST 2022


stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1848b25cddae2744772a8e40bc734f0e6f64554d

commit 1848b25cddae2744772a8e40bc734f0e6f64554d
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Fri Mar 4 17:25:59 2022 +0200

    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 at linux-ipv6.be>
    Acked-by: Felix Fietkau <nbd at nbd.name>
---
 package/network/config/qosify/Makefile | 1 +
 1 file changed, 1 insertion(+)

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 at nbd.name>




More information about the lede-commits mailing list