diff options
author | Paul Spooren <mail@aparcar.org> | 2020-07-22 13:10:06 -1000 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-23 11:30:09 +0200 |
commit | 7c12d5d167f7479e827e9f13e70a6f88dbc6f4ba (patch) | |
tree | 8175a6c20d497ebb08bf0b85ca6a78377ad23db5 /tools/firmware-utils | |
parent | d32012376a7710dc0944eef5b6ca1f6cc8547f14 (diff) | |
download | upstream-7c12d5d167f7479e827e9f13e70a6f88dbc6f4ba.tar.gz upstream-7c12d5d167f7479e827e9f13e70a6f88dbc6f4ba.tar.bz2 upstream-7c12d5d167f7479e827e9f13e70a6f88dbc6f4ba.zip |
tools/firmware-utils: add PKG_RELEASE
There is no versioning information in the firmware-utils code nor the
Makefile. Consider it as first release by adding PKG_RELEASE.
Motivation is the tracking of changes in the buildsystem, which requires
versioning of packages.
Also update copyright.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'tools/firmware-utils')
-rw-r--r-- | tools/firmware-utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index 3dd9ac5c2c..ee0ef3a6fd 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2020 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,6 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME := firmware-utils +PKG_RELEASE := 1 include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/kernel.mk |