From dcf8aac4f8431e338434409c8cf8ab4c6f4fe788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Tue, 29 Apr 2025 13:02:20 +0200 Subject: [PATCH] debos: rootfs: Fix comments on RB1 WiFi deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In the future, we will be able to drop qrtr-tools and not rmtfs; this was a mistake in the comment only. Signed-off-by: Loïc Minier --- debos-recipes/qualcomm-linux-debian-rootfs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debos-recipes/qualcomm-linux-debian-rootfs.yaml b/debos-recipes/qualcomm-linux-debian-rootfs.yaml index 21fe26e1..acd82160 100644 --- a/debos-recipes/qualcomm-linux-debian-rootfs.yaml +++ b/debos-recipes/qualcomm-linux-debian-rootfs.yaml @@ -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