Skip to content

Commit 5344c45

Browse files
committed
debos_recipes: arduino_extra: update-alternatives for regulatory.db
Signed-off-by: Riccardo Mereu <[email protected]>
1 parent fa03861 commit 5344c45

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

debos-recipes/qualcomm-linux-debian-rootfs-arduino-extra.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,13 @@ actions:
301301
apt update
302302
{{- end }}
303303

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+
304311
- action: run
305312
description: Find partitions minimal sizes
306313
command: |

0 commit comments

Comments
 (0)