diff options
author | Paul Spooren <mail@aparcar.org> | 2020-07-22 13:08:27 -1000 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-23 11:30:04 +0200 |
commit | d32012376a7710dc0944eef5b6ca1f6cc8547f14 (patch) | |
tree | 64cf6a0ebca73224b77524ab30eeaef4f3d0eaef /tools/patch-image/Makefile | |
parent | 240793d1757e5105d6b9c85a9326674e0677cd70 (diff) | |
download | upstream-d32012376a7710dc0944eef5b6ca1f6cc8547f14.tar.gz upstream-d32012376a7710dc0944eef5b6ca1f6cc8547f14.tar.bz2 upstream-d32012376a7710dc0944eef5b6ca1f6cc8547f14.zip |
tools/patch-image: add PKG_RELEASE
There is no versioning information in the patch-image 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/patch-image/Makefile')
-rw-r--r-- | tools/patch-image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/patch-image/Makefile b/tools/patch-image/Makefile index 6f2900b96c..89cd25e19d 100644 --- a/tools/patch-image/Makefile +++ b/tools/patch-image/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2012 OpenWrt.org +# Copyright (C) 2007-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:=patch-image +PKG_RELEASE:=1 include $(INCLUDE_DIR)/host-build.mk |