Преглед изворни кода

ucode-mod-uline: drop usage of AUTORELEASE

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]>
Christian Marangi пре 1 месец
родитељ
комит
be3722d86b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      package/utils/ucode-mod-uline/Makefile

+ 1 - 1
package/utils/ucode-mod-uline/Makefile

@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 include $(TOPDIR)/rules.mk
 
 
 PKG_NAME:=ucode-mod-uline
 PKG_NAME:=ucode-mod-uline
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=8
 PKG_LICENSE:=GPL-2.0-or-later
 PKG_LICENSE:=GPL-2.0-or-later
 PKG_MAINTAINER:=Felix Fietkau <[email protected]>
 PKG_MAINTAINER:=Felix Fietkau <[email protected]>