diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:24:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:24:09 +0000 |
commit | 45296c28f7260031283ede25480a094b6e3382d9 (patch) | |
tree | b21c31a14bf20a2e74348174976e81d5c1dbb401 /debian/README.Debian | |
parent | Adding upstream version 2022.06.06. (diff) | |
download | wireless-regdb-45296c28f7260031283ede25480a094b6e3382d9.tar.xz wireless-regdb-45296c28f7260031283ede25480a094b6e3382d9.zip |
Adding debian version 2022.06.06-1.debian/2022.06.06-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..2a72b1c --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,20 @@ +wireless-regdb for Debian +------------------------- + +wireless-regdb provides a machine-readable database of legal +regulations on radio emissions that affect use of wireless networking. +The Linux kernel and drivers use this to maintain compliance with +those regulations. + +The database is loaded directly by the kernel (since Linux 4.15, but +only enabled in the Debian package from 5.5 onward). + +If you use a custom kernel built from upstream source, it will only +trust this database if it is signed by the upstream maintainer of +wireless-regdb. To use the upstream database and signature instead of +the Debian version, run: + + update-alternatives --set regulatory.db \ + /lib/firmware/regulatory.db-upstream + + -- Ben Hutchings <benh@debian.org>, Sat, 22 Jan 2022 16:46:35 +0100 |