summaryrefslogtreecommitdiff
path: root/eclass/kernel-2.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-27 22:35:23 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-27 22:35:23 +0100
commitebac931cc23ca55abe982e67b9a4f06f748d0bef (patch)
tree0fd9fe91d6043cbb0759eff5db6c440454dd4dcc /eclass/kernel-2.eclass
parent1a7ba844ad2c84ac4ba0d37f510285e778c7ffc4 (diff)
gentoo auto-resync : 27:07:2023 - 22:35:23
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r--eclass/kernel-2.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 2ce1a87c0650..bdeabb9fc2dc 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -680,7 +680,8 @@ if [[ ${ETYPE} == sources ]]; then
# Reflect that kernels contain firmware blobs unless otherwise
# stripped. Starting with version 4.14, the whole firmware
# tree has been dropped from the kernel.
- kernel_is lt 4 14 && LICENSE+=" !deblob? ( linux-firmware )"
+ kernel_is lt 4 14 &&
+ LICENSE+=" !deblob? ( linux-fw-redistributable all-rights-reserved )"
if [[ -n KV_MINOR ]]; then
DEBLOB_PV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}"
@@ -710,7 +711,7 @@ if [[ ${ETYPE} == sources ]]; then
elif kernel_is lt 4 14; then
# Deblobbing is not available, so just mark kernels older
# than 4.14 as tainted with non-libre materials.
- LICENSE+=" linux-firmware"
+ LICENSE+=" linux-fw-redistributable all-rights-reserved"
fi
fi