summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-05 08:29:47 +0200
committerGitHub <noreply@github.com>2024-07-05 08:29:47 +0200
commitd551fc782b0f298e28a1e35073eeee9447491b89 (patch)
treef17d532182b205dc07c53916af9979eba84e84ac
parentea4fb0c816cdaa2087e5c497293863dcbec6d5ec (diff)
parent92131f9a555578a89d229f687b63bafbe050f3f7 (diff)
downloadvyos-1x-d551fc782b0f298e28a1e35073eeee9447491b89.tar.gz
vyos-1x-d551fc782b0f298e28a1e35073eeee9447491b89.zip
Merge pull request #3780 from vyos/mergify/bp/sagitta/pr-3777
wireless: T4287: use upstream regulatory database due to kernel signing (backport #3777)
-rw-r--r--debian/vyos-1x.postinst3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/vyos-1x.postinst b/debian/vyos-1x.postinst
index c1959c696..778cb10c1 100644
--- a/debian/vyos-1x.postinst
+++ b/debian/vyos-1x.postinst
@@ -199,3 +199,6 @@ python3 /usr/lib/python3/dist-packages/vyos/xml_ref/update_cache.py
if [ ! -f /lib/systemd/system/ssh@.service ]; then
ln /lib/systemd/system/ssh.service /lib/systemd/system/ssh@.service
fi
+
+# T4287 - as we have a non-signed kernel use the upstream wireless reulatory database
+update-alternatives --set regulatory.db /lib/firmware/regulatory.db-upstream