mirror of https://github.com/OpenIPC/firmware.git
32 lines
738 B
Plaintext
32 lines
738 B
Plaintext
config BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC
|
|
bool "linux-firmware-openipc"
|
|
help
|
|
This package provides various binary firmware files (closed
|
|
binary blobs) for such devices like LAN, WLAN cards etc.
|
|
|
|
https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git
|
|
|
|
if BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC
|
|
|
|
menu "WiFi firmware"
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC_ATHEROS_9271
|
|
bool "Atheros 9271"
|
|
help
|
|
Firmware files for the Atheros 9271 module
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC_MEDIATEK_MT7601U
|
|
bool "MediaTek MT7601U"
|
|
select BR2_PACKAGE_WPA_SUPPLICANT_WEXT
|
|
help
|
|
MediaTek MT7601U
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC_RTL_8188EU
|
|
bool "Realtek RTL8188EU"
|
|
help
|
|
Realtek 8188EU
|
|
|
|
endmenu
|
|
|
|
endif
|