diff options
author | Daniel Kestrel <kestrel1974@t-online.de> | 2021-07-08 08:14:34 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-01-06 00:23:15 +0100 |
commit | 973e28f248d5a56a309daa46800a60a5d7cf694d (patch) | |
tree | 5ad3e2bbc623c730a5a6146e94b973e575cde01c /package/kernel/lantiq | |
parent | a0d6b09c3646b219a56a68adf253bae0f3f29443 (diff) | |
download | upstream-973e28f248d5a56a309daa46800a60a5d7cf694d.tar.gz upstream-973e28f248d5a56a309daa46800a60a5d7cf694d.tar.bz2 upstream-973e28f248d5a56a309daa46800a60a5d7cf694d.zip |
ltq-deu: change PKG_RELEASE to AUTORELEASE
As per suggestion by adschm, PKG_RELEASE is set to AUTORELEASE.
Signed-off-by: Daniel Kestrel <kestrel1974@t-online.de>
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r-- | package/kernel/lantiq/ltq-deu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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@phrozen.org> PKG_LICENSE:=GPL-2.0+ |