From 47197dda0d75d05c83f2f15a33e4318f243b501f Mon Sep 17 00:00:00 2001 From: Kenneth Johansson <kenneth.johansson@iopsys.eu> Date: Fri, 27 Sep 2019 17:25:36 +0200 Subject: [PATCH] =?UTF-8?q?switch=5Fcli=5Fugw8:=20license=20is=20GPL=C2=AD?= =?UTF-8?q?BSD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit from IntelĀ® Universal Gateway Software 8.1.1 Components Sheet.pdf --- switch_cli_ugw8/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/switch_cli_ugw8/Makefile b/switch_cli_ugw8/Makefile index ebd2a95..7efb08d 100644 --- a/switch_cli_ugw8/Makefile +++ b/switch_cli_ugw8/Makefile @@ -12,11 +12,12 @@ PKG_NAME:=switch_cli_ugw8 PKG_VERSION:=1.0.3 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=86b0ea1b8ca8466e0f0260b2af1a3433fa8f7d6d +PKG_LICENSE:=GPLv2 PKG_RELEASE:=1 #PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_SOURCE_URL:=git@dev.iopsys.eu:intel/$(PKG_NAME).git +PKG_SOURCE_URL:=https://dev.iopsys.eu/intel/$(PKG_NAME).git #PKG_SOURCE_URL:=http://localhost #PKG_BUILD_DIR:=$(BUILD_DIR)/gsw_cli_dev PKG_CONFIG_DEPENDS:=CONFIG_LTQ_SWITCH_CLI_UGW8_HELP_PRINTOUT -- GitLab