diff options
| author | Daniel Kestrel | 2021-07-08 06:14:34 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2022-01-05 23:23:15 +0000 |
| commit | 973e28f248d5a56a309daa46800a60a5d7cf694d (patch) | |
| tree | 5ad3e2bbc623c730a5a6146e94b973e575cde01c | |
| parent | a0d6b09c3646b219a56a68adf253bae0f3f29443 (diff) | |
| download | openwrt-973e28f248d5a56a309daa46800a60a5d7cf694d.tar.gz | |
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>
| -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+ |