summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Eckert2024-03-21 11:55:01 +0000
committerHauke Mehrtens2024-03-21 20:49:07 +0000
commit879826154fd3e5ec353117a9c00cecf5e38c4a16 (patch)
treef44786befafd0319099e5f788b65124da39d9f5f
parent3128157ec71c7be5c2e26a04b1f4b5080ebf870a (diff)
downloadopenwrt-879826154fd3e5ec353117a9c00cecf5e38c4a16.tar.gz
kernel: update deprecated license information
Update the deprecated license information from GPL-2.0 to GPL-2.0-only as written in the COPYING file of the linux source tree. Also add the 'COPYING' file to the PKG_LICENSE_FILES variable. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
-rw-r--r--package/kernel/linux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/linux/Makefile b/package/kernel/linux/Makefile
index 6592b01678..d53017018c 100644
--- a/package/kernel/linux/Makefile
+++ b/package/kernel/linux/Makefile
@@ -16,8 +16,8 @@ SUBTARGETS = $(sort $(filter-out feeds,$(notdir $(wildcard $(TOPDIR)/target/linu
SUBTARGET_MODULES = $(foreach t,$(SUBTARGETS),$(firstword $(wildcard $(TOPDIR)/target/linux/feeds/$(t)/modules.mk $(TOPDIR)/target/linux/$(t)/modules.mk)))
SCAN_DEPS=modules/*.mk $(SUBTARGET_MODULES) $(TOPDIR)/include/netfilter.mk
-PKG_LICENSE:=GPL-2.0
-PKG_LICENSE_FILES:=
+PKG_LICENSE:=GPL-2.0-only
+PKG_LICENSE_FILES:=COPYING
export SHELL:=/bin/sh
.ONESHELL: