tools/firmware-utils: add PKG_RELEASE
authorPaul Spooren <mail@aparcar.org>
Wed, 22 Jul 2020 23:10:06 +0000 (13:10 -1000)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 23 Jul 2020 09:30:09 +0000 (11:30 +0200)
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>
tools/firmware-utils/Makefile

index 3dd9ac5c2cc1ac57c06236d329f62468bf956859..ee0ef3a6fdebaec23cfe54096693060a60c51162 100644 (file)
@@ -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.
 #
 # 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
 include $(TOPDIR)/rules.mk
 
 PKG_NAME := firmware-utils
+PKG_RELEASE := 1
 
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/kernel.mk