Skip to content

Commit

Permalink
kernel-2.eclass: Fix comment.
Browse files Browse the repository at this point in the history
Acked-by: Mike Pagano <[email protected]>
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed May 27, 2019
1 parent b578daa commit 7b47fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/kernel-2.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,8 @@ if [[ ${ETYPE} == sources ]]; then
${DEBLOB_CHECK_URI}
)"
elif kernel_is lt 4 14; then
# We have no way to deblob older kernels, so just mark them as
# tainted with non-libre materials.
# Deblobbing is not available, so just mark kernels older
# than 4.14 as tainted with non-libre materials.
LICENSE+=" linux-firmware"
fi
fi
Expand Down

0 comments on commit 7b47fa7

Please sign in to comment.