We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa03861 commit 5344c45Copy full SHA for 5344c45
debos-recipes/qualcomm-linux-debian-rootfs-arduino-extra.yaml
@@ -301,6 +301,13 @@ actions:
301
apt update
302
{{- end }}
303
304
+ - action: run
305
+ description: Set regulatory database
306
+ chroot: true
307
+ command: |
308
+ set -eux
309
+ update-alternatives --set regulatory.db /lib/firmware/regulatory.db-upstream
310
+
311
- action: run
312
description: Find partitions minimal sizes
313
command: |
0 commit comments