Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions debos-recipes/qualcomm-linux-debian-rootfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ actions:
- network-manager
# standard networking files (/etc/hosts, /etc/services etc.)
- netbase
# Qualcomm's IPC Router protocol; needed for WiFi on some ath10k devices
# such as on RB1
- qrtr-tools
# Qualcomm Remote Filesystem Service; this is a dependency of the
# tqftpserv service, but it's actually not needed on RB1
# TODO drop me once https://bugs.debian.org/1104039 is fixed
- rmtfs
# TFTP server implementation for the QRTR protocol; needed for WiFi on
# some ath10k devices such as on RB1
- tqftpserv
# dynamic device nodes handling
- udev
# database of radio emission regulations; needed for WiFi
Expand Down