From 08be96216a6f0e9e54e1efaa1674211a7173d40b Mon Sep 17 00:00:00 2001 From: Strhuan Blomquist Date: Thu, 5 Sep 2019 11:52:02 +0200 Subject: [PATCH] icwmp:Update Makefile License and add opkg database tags --- icwmp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/icwmp/Makefile b/icwmp/Makefile index 2af2ef551..7daeef835 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2012 OpenWrt.org +# Copyright (C) 2019 iopsys Software Solutions AB # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -17,6 +17,8 @@ PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_LICENSE:=GPLv2 +PKG_LICENSE_FILES:=COPYING PKG_CONFIG_DEPENDS:= \ CONFIG_CWMP_ACS_MULTI \