Skip to content

Commit

Permalink
package/linux-firmware: add option to install Libertas 8388 OLPC firm…
Browse files Browse the repository at this point in the history
…ware

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 <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
lkundrak authored and tpetazzoni committed Jul 28, 2019
1 parent 7bab175 commit 078e1b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package/linux-firmware/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions package/linux-firmware/linux-firmware.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 078e1b0

Please sign in to comment.