[openwrt/openwrt] ltq-deu: change PKG_RELEASE to AUTORELEASE
LEDE Commits
lede-commits at lists.infradead.org
Wed Jan 5 17:10:35 PST 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/973e28f248d5a56a309daa46800a60a5d7cf694d
commit 973e28f248d5a56a309daa46800a60a5d7cf694d
Author: Daniel Kestrel <kestrel1974 at t-online.de>
AuthorDate: Thu Jul 8 08:14:34 2021 +0200
ltq-deu: change PKG_RELEASE to AUTORELEASE
As per suggestion by adschm, PKG_RELEASE is set to AUTORELEASE.
Signed-off-by: Daniel Kestrel <kestrel1974 at t-online.de>
---
package/kernel/lantiq/ltq-deu/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/lantiq/ltq-deu/Makefile b/package/kernel/lantiq/ltq-deu/Makefile
index 9bfdf663ed..32a3b5c1b0 100644
--- a/package/kernel/lantiq/ltq-deu/Makefile
+++ b/package/kernel/lantiq/ltq-deu/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=ltq-deu
-PKG_RELEASE:=1
+PKG_RELEASE:=$(AUTORELEASE)
PKG_MAINTAINER:=John Crispin <john at phrozen.org>
PKG_LICENSE:=GPL-2.0+
More information about the lede-commits
mailing list