package/linux-firmware: rename Realtek rtw88 option
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 22 Mar 2020 21:24:42 +0000 (22:24 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 22 Mar 2020 21:29:21 +0000 (22:29 +0100)
The newly introduced option does not follow the naming scheme of other
Realtek firmwares, in part because the model is not named rtl-something,
but rtw-something.

Rename the option to match the VENDOR_DEVICE scheme. We do not add a
legacy entry for this: we've had no release and it was pushed minutes
ago...

Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/linux-firmware/Config.in
package/linux-firmware/linux-firmware.mk

index fa741f540781bd558e10f592775c6bd76f97b506..fb884842d66b729af4b317948d78e3df24a23b8f 100644 (file)
@@ -318,7 +318,7 @@ config BR2_PACKAGE_LINUX_FIRMWARE_RTL_88XX
        help
          Realtek rtl8821ae
 
-config BR2_PACKAGE_LINUX_FIRMWARE_RTW88
+config BR2_PACKAGE_LINUX_FIRMWARE_RTL_RTW88
        bool "Realtek rtw88"
        help
          Firmware images supported by Realtek's wireless
index b90585daee4c85f5aaa3556e2a2a58fa3c880b81..21300ddc72de164c5db1caef1e02870dcbdc0d16 100644 (file)
@@ -113,7 +113,7 @@ LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.rtlwifi_firmware.txt
 endif
 
 # rtw88
-ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RTW88),y)
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RTL_RTW88),y)
 LINUX_FIRMWARE_FILES += \
        rtw88/rtw8723d_fw.bin \
        rtw88/rtw8822b_fw.bin \