projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8219168
)
batctl: Extend PKG_LICENSE* information
author
Sven Eckelmann
<sven@narfation.org>
Mon, 2 Sep 2019 13:50:22 +0000
(15:50 +0200)
committer
Sven Eckelmann
<sven@narfation.org>
Fri, 25 Oct 2019 21:34:34 +0000
(23:34 +0200)
Signed-off-by: Sven Eckelmann <sven@narfation.org>
batctl/Makefile
patch
|
blob
|
history
diff --git
a/batctl/Makefile
b/batctl/Makefile
index 168b17fbd79fbdd404c167cff2b6ff976698eba1..5081cf91dbdadd9247787b6c5805551e3fb0529f 100644
(file)
--- a/
batctl/Makefile
+++ b/
batctl/Makefile
@@
-15,7
+15,8
@@
PKG_HASH:=2bd93fa14925a8dc63a67e64266c8ccd2fa3ac44b10253d93e6f8a630350070c
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
-PKG_LICENSE:=GPL-2.0
+PKG_LICENSE:=GPL-2.0-only ISC MIT
+PKG_LICENSE_FILES:=LICENSES/preferred/GPL-2.0 LICENSES/preferred/MIT LICENSES/deprecated/ISC
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)