Переглянути джерело

cli: 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 місяць тому
батько
коміт
736494deec
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      package/utils/cli/Makefile

+ 1 - 1
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]>