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 \