projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
736494d
)
provision: drop usage of AUTORELEASE
author
Christian Marangi
<
[email protected]
>
Wed, 29 Oct 2025 10:48:55 +0000
(11:48 +0100)
committer
Christian Marangi
<
[email protected]
>
Wed, 29 Oct 2025 20:09:55 +0000
(21:09 +0100)
AUTORELEASE has been deprecated from a long time. Drop it and hardcode
the release following the current one present in the downloads
repository.
Link:
https://github.com/openwrt/openwrt/pull/20586
Signed-off-by: Christian Marangi <
[email protected]
>
package/utils/provision/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/provision/Makefile
b/package/utils/provision/Makefile
index 49c57379b6240d896652bd31b63fa6a67fb40d95..8d6eaceedfe87790099d0343b9e8b591025ddc0b 100644
(file)
--- a/
package/utils/provision/Makefile
+++ b/
package/utils/provision/Makefile
@@
-8,7
+8,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=provision
-PKG_RELEASE:=
$(AUTORELEASE)
+PKG_RELEASE:=
1
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Felix Fietkau <
[email protected]
>