From 85a4b5b16308f3c75b88021db03e410f83451dbb Mon Sep 17 00:00:00 2001 From: Strhuan Blomquist Date: Thu, 5 Sep 2019 10:32:51 +0200 Subject: [PATCH] fatrace: Changed licences to correct license file and update opkg database --- fatrace/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fatrace/Makefile b/fatrace/Makefile index e267e6fda..39ed6c3ff 100644 --- a/fatrace/Makefile +++ b/fatrace/Makefile @@ -1,7 +1,7 @@ # # Copyright (C) 2006-2010 OpenWrt.org # -# This is free software, licensed under the GNU General Public License v2. +# This is free software, licensed under the GNU General Public License v3. # See /LICENSE for more information. # @@ -20,6 +20,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)-$(PKG_SOURCE_VERSION).tar. PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_LICENSE:=GPL-3.0 +PKG_LICENSE_FILES:=LICENSE + # support parallel build #PKG_BUILD_PARALLEL:=1