[openwrt/openwrt] mac80211: add missing license information

LEDE Commits lede-commits at lists.infradead.org
Wed Jul 10 14:08:40 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/f5d64e36fb4ab55faad4bdecae1a08751ff46b01

commit f5d64e36fb4ab55faad4bdecae1a08751ff46b01
Author: Florian Eckert <fe at dev.tdt.de>
AuthorDate: Fri Mar 15 11:57:14 2024 +0100

    mac80211: add missing license information
    
    The lincense information for the packages mac80211 are missing.
    This commit adds the missing information.
    
    Signed-off-by: Florian Eckert <fe at dev.tdt.de>
    Signed-off-by: Petr Štetiar <ynezz at true.cz> [backport]
    (cherry picked from commit 3128157ec71c7be5c2e26a04b1f4b5080ebf870a)
    Link: https://github.com/openwrt/openwrt/pull/15918
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/kernel/mac80211/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 42365e516c..58cf19da56 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
 




More information about the lede-commits mailing list