[openwrt/openwrt] tools/firmware-utils: add PKG_RELEASE

LEDE Commits lede-commits at lists.infradead.org
Thu Jul 23 05:31:03 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7c12d5d167f7479e827e9f13e70a6f88dbc6f4ba

commit 7c12d5d167f7479e827e9f13e70a6f88dbc6f4ba
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Wed Jul 22 13:10:06 2020 -1000

    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 at aparcar.org>
---
 tools/firmware-utils/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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



More information about the lede-commits mailing list