Skip to content
Merged
Changes from all commits
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
8 changes: 4 additions & 4 deletions debos-recipes/qualcomm-linux-debian-rootfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ 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
# Qualcomm's IPC Router protocol; 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
- qrtr-tools
# Qualcomm Remote Filesystem Service; needed for WiFi on
# some ath10k devices such as on RB1
- rmtfs
# TFTP server implementation for the QRTR protocol; needed for WiFi on
# some ath10k devices such as on RB1
Expand Down
Loading