projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be3722d
)
cli: drop usage of AUTORELEASE
author
Christian Marangi
<
[email protected]
>
Wed, 29 Oct 2025 10:48:17 +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/cli/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/cli/Makefile
b/package/utils/cli/Makefile
index 65eae06309d4549ab6051592fc8380816a16621b..788d8f4eb2fcd319cd24c79271bda917716c47f2 100644
(file)
--- a/
package/utils/cli/Makefile
+++ b/
package/utils/cli/Makefile
@@
-8,7
+8,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=cli
-PKG_RELEASE:=
$(AUTORELEASE)
+PKG_RELEASE:=
14
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Felix Fietkau <
[email protected]
>