From 1e4f3b47cb0a641e5ed77a9482e48e1f5e8d13ad Mon Sep 17 00:00:00 2001 From: Strhuan Blomquist Date: Thu, 5 Sep 2019 15:34:44 +0200 Subject: [PATCH] ndisc: Added opkg licenses tag --- ndisc/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ndisc/Makefile b/ndisc/Makefile index 78b7f17cb..2df4a4e00 100644 --- a/ndisc/Makefile +++ b/ndisc/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.remlab.net/files/ndisc6 PKG_MD5SUM:=50cb4c19606cf6ff2b7388e71832f579 +PKG_LICENSE:=GPLv2 +PKG_LICENSE_FILES:=COPYING + PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk