diff options
| author | Florian Eckert | 2024-03-15 10:57:14 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-07-10 21:07:36 +0000 |
| commit | f5d64e36fb4ab55faad4bdecae1a08751ff46b01 (patch) | |
| tree | 0b612bdbdcaa3741490c001d5a5bc4fa7b5fecd0 | |
| parent | 9b12d414767880c302984c074d669021b6524046 (diff) | |
| download | openwrt-f5d64e36fb4ab55faad4bdecae1a08751ff46b01.tar.gz | |
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@dev.tdt.de>
Signed-off-by: Petr Štetiar <ynezz@true.cz> [backport]
(cherry picked from commit 3128157ec71c7be5c2e26a04b1f4b5080ebf870a)
Link: https://github.com/openwrt/openwrt/pull/15918
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/kernel/mac80211/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |