From 95bfc7644b499ba4731d3fc2beb2fc0fc3ed9b75 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 15 Mar 2024 11:57:14 +0100 Subject: [PATCH] mac80211: add missing license information MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The lincense information for the packages mac80211 are missing. This commit adds the missing information. Signed-off-by: Florian Eckert Signed-off-by: Petr Å tetiar [backport] (cherry picked from commit 3128157ec71c7be5c2e26a04b1f4b5080ebf870a) Link: https://github.com/openwrt/openwrt/pull/15918 Signed-off-by: Hauke Mehrtens --- package/kernel/mac80211/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 02d37a722c..69dd530258 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -12,6 +12,9 @@ PKG_NAME:=mac80211 PKG_VERSION:=6.1.97-1 PKG_RELEASE:=1 +PKG_LICENSE:=GPL-2.0-only +PKG_LICENSE_FILES:=COPYING + PKG_SOURCE_URL:=@KERNEL/linux/kernel/projects/backports/stable/v6.1.97/ PKG_HASH:=8e9ae2d02f373252dd61f5c6a81c88eec67ca773464d9ef3d844752dc6775540 -- 2.25.1