From 353dd935d6e4017a9f2c07d52ab849836eb371d7 Mon Sep 17 00:00:00 2001 From: Christian Schoenebeck Date: Mon, 11 Aug 2014 21:18:48 +0200 Subject: [PATCH] ddns-scripts: Set PKG_LICENSE Set PKG_LICENSE as written inside dynamic_dns_updater.sh and dynamic_dns_functions.sh. Signed-off-by: Christian Schoenebeck --- net/ddns-scripts/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index f828a4e40..5104c9d60 100644 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -3,6 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ddns-scripts PKG_VERSION:=1.0.0 PKG_RELEASE:=23 +PKG_LICENSE:=GPL-2.0 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)