[openwrt/openwrt] mac80211: add missing license information
LEDE Commits
lede-commits at lists.infradead.org
Thu Mar 21 13:50:29 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/3128157ec71c7be5c2e26a04b1f4b5080ebf870a
commit 3128157ec71c7be5c2e26a04b1f4b5080ebf870a
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>
---
package/kernel/mac80211/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 54a2bf4499..566cfdd7b2 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -12,6 +12,9 @@ PKG_NAME:=mac80211
PKG_VERSION:=6.6.15
PKG_RELEASE:=1
+PKG_LICENSE:=GPL-2.0-only
+PKG_LICENSE_FILES:=COPYING
+
PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources/
PKG_HASH:=3bbc461121134fda9089c084a5eed577d05e7837a157edf9a3797937172a3ece
More information about the lede-commits
mailing list