mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
package/linux-firmware: add option for Redpine RS9116 firmware
This firmware is required for the rsi9116 wifi and bluetooth module which is driven by the rsi_91x kernel driver. Signed-off-by: Boerge Struempfel <boerge.struempfel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
549e4d8d9e
commit
5960f45cbc
@ -506,6 +506,11 @@ config BR2_PACKAGE_LINUX_FIRMWARE_REDPINE_RS9113
|
||||
help
|
||||
Firmware files for WLAN and Bluetooth modules rs9113
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_REDPINE_RS9116
|
||||
bool "Redpine rs9116"
|
||||
help
|
||||
Firmware files for WLAN and Bluetooth modules rs9116
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL127X
|
||||
bool "TI wl127x"
|
||||
help
|
||||
|
@ -854,6 +854,14 @@ LINUX_FIRMWARE_FILES += \
|
||||
# which is installed unconditionally
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_REDPINE_RS9116),y)
|
||||
LINUX_FIRMWARE_FILES += \
|
||||
rsi/rs9116_wlan.rps \
|
||||
rsi/rs9116_wlan_bt_classic.rps
|
||||
# No license file; the license is in the file WHENCE
|
||||
# which is installed unconditionally
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_QAT_DH895XCC),y)
|
||||
LINUX_FIRMWARE_FILES += qat_895xcc.bin qat_895xcc_mmp.bin
|
||||
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.qat_firmware
|
||||
|
Loading…
Reference in New Issue
Block a user