package/linux-firmware: add option to install Libertas 8388 OLPC firmware

This is the OLPC version used by the usb8xxx driver, preferrably to the
v9 firmware. This implements the OLPC-specific meshing protocol and acts
as a mesh point even in machine suspend.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Lubomir Rintel 2019-07-25 10:05:51 +02:00 committed by Thomas Petazzoni
parent 7bab175066
commit 078e1b0f0e
2 changed files with 12 additions and 0 deletions

View File

@ -212,6 +212,12 @@ config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_USB8388_V9
help
Firmware files (version 9) for the Marvell USB8388 module
config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_USB8388_OLPC
bool "Libertas USB 8388 OLPC"
help
Firmware files (OLPC mesh capable version) for the Marvell
USB8388 module.
config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8787
bool "Marvell Wifi-Ex 8787 SDIO"
help

View File

@ -195,6 +195,12 @@ LINUX_FIRMWARE_FILES += libertas/usb8388_v9.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.Marvell
endif
# usb8388 olpc
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_USB8388_OLPC),y)
LINUX_FIRMWARE_FILES += libertas/usb8388_olpc.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.Marvell
endif
# sd8787
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8787),y)
LINUX_FIRMWARE_FILES += mrvl/sd8787_uapsta.bin