projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93259e8
)
qosify: add PKG_RELEASE
author
Stijn Tintel
<
[email protected]
>
Fri, 4 Mar 2022 15:25:59 +0000
(17:25 +0200)
committer
Stijn Tintel
<
[email protected]
>
Fri, 4 Mar 2022 18:25:05 +0000
(20:25 +0200)
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 <
[email protected]
>
Acked-by: Felix Fietkau <
[email protected]
>
package/network/config/qosify/Makefile
patch
|
blob
|
history
diff --git
a/package/network/config/qosify/Makefile
b/package/network/config/qosify/Makefile
index 10bd878e865fdaadd843abb10f86dbe40c0d3a5b..eb267d355219e3aa6bb748cf676d2f23e824a49b 100644
(file)
--- 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 <
[email protected]
>