[Buildroot] [git commit] package/linux-firmware: improve help text for Realtek 88xx Bluetooth firmware

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu May 9 15:15:45 UTC 2024


commit: https://git.buildroot.net/buildroot/commit/?id=5d977ec1d46f66e11b624efb310baef359937c83
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at posteo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at 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"



More information about the buildroot mailing list