Skip to content

Commit

Permalink
cfg80211: ship debian certificates as hex files
Browse files Browse the repository at this point in the history
Loading the regulatory database from the debian files fails with

"loaded regulatory.db is malformed or signature is missing/invalid"

due to missing certificates.  Add these debian-specific certificates
from upstream to fix this error. See #5536 for details.

The certificates have been imported as following:

patch -p1 <<<$(
curl https://salsa.debian.org/kernel-team/linux/-/raw/\
master/debian/patches/debian/\
wireless-add-debian-wireless-regdb-certificates.patch
)

Signed-off-by: Nicolai Buchwitz <[email protected]>
  • Loading branch information
nbuchwitz authored and pelwell committed Jul 17, 2023
1 parent 216be50 commit a2d2745
Showing 1 changed file with 1,426 additions and 0 deletions.
Loading

0 comments on commit a2d2745

Please sign in to comment.