From 5d977ec1d46f66e11b624efb310baef359937c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gero=20Schw=C3=A4ricke?= <gero.schwaericke@posteo.de> Date: Wed, 17 Apr 2024 21:23:43 +0000 Subject: [PATCH] package/linux-firmware: improve help text for Realtek 88xx Bluetooth firmware MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace description of specific module names with generic help string because the implementation switched to globbing to collect all rtl88* blobs. Signed-off-by: Gero Schwäricke <gero.schwaericke@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> --- package/linux-firmware/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in index ce0b88ad6c..7e19d14b1e 100644 --- a/package/linux-firmware/Config.in +++ b/package/linux-firmware/Config.in @@ -107,7 +107,7 @@ config BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX_BT config BR2_PACKAGE_LINUX_FIRMWARE_RTL_88XX_BT bool "Realtek 88xx Bluetooth" help - Realtek 8821a/8821c/8822b/8822cs/8822cu/8852au + Firmware files for Realtek Bluetooth modules 88xx. config BR2_PACKAGE_LINUX_FIRMWARE_TI_CC2560 bool "TI CC2560"