mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
package/linux-firmware: embed all RS9113 firmware files to target image
Only rs9113_wlan_qspi.rps firmware was present on generated image. Signed-off-by: Adrien Ricciardi <adrien.ricciardi@hotmail.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
899ab0d63c
commit
245beea242
@ -519,7 +519,10 @@ LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.qla2xxx
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_REDPINE_RS9113),y)
|
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_REDPINE_RS9113),y)
|
||||||
LINUX_FIRMWARE_FILES += rsi/rs9113_wlan_qspi.rps
|
LINUX_FIRMWARE_FILES += \
|
||||||
|
rsi/rs9113_ap_bt_dual_mode.rps \
|
||||||
|
rsi/rs9113_wlan_bt_dual_mode.rps \
|
||||||
|
rsi/rs9113_wlan_qspi.rps
|
||||||
# No license file; the license is in the file WHENCE
|
# No license file; the license is in the file WHENCE
|
||||||
# which is installed unconditionally
|
# which is installed unconditionally
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user