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:
2b773bd
)
ucode-mod-uline: drop usage of AUTORELEASE
author
Christian Marangi
<
[email protected]
>
Wed, 29 Oct 2025 10:46:12 +0000
(11:46 +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/ucode-mod-uline/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/ucode-mod-uline/Makefile
b/package/utils/ucode-mod-uline/Makefile
index 50aecd4f7f8c571ecdaed7ad8eb5e0f96c5b9744..f345b2903744b328ff1b75717e8f7484ac908466 100644
(file)
--- a/
package/utils/ucode-mod-uline/Makefile
+++ b/
package/utils/ucode-mod-uline/Makefile
@@
-1,7
+1,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=ucode-mod-uline
-PKG_RELEASE:=
$(AUTORELEASE)
+PKG_RELEASE:=
8
PKG_LICENSE:=GPL-2.0-or-later
PKG_MAINTAINER:=Felix Fietkau <
[email protected]
>