From: Rahul Bedarkar Date: Sat, 1 Apr 2017 19:06:27 +0000 (+0530) Subject: wpan-tools: correct license name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b954e2f98f8a02ab587e5a8aa57c13966a99813;p=buildroot.git wpan-tools: correct license name iw license is ISC. Signed-off-by: Rahul Bedarkar Signed-off-by: Thomas Petazzoni --- diff --git a/package/wpan-tools/wpan-tools.mk b/package/wpan-tools/wpan-tools.mk index d223800449..012b946e55 100644 --- a/package/wpan-tools/wpan-tools.mk +++ b/package/wpan-tools/wpan-tools.mk @@ -7,7 +7,7 @@ WPAN_TOOLS_VERSION = 0.5 WPAN_TOOLS_SITE = http://wpan.cakelab.org/releases WPAN_TOOLS_DEPENDENCIES = host-pkgconf libnl -WPAN_TOOLS_LICENSE = iw license +WPAN_TOOLS_LICENSE = ISC WPAN_TOOLS_LICENSE_FILES = COPYING $(eval $(autotools-package))