mirror of https://github.com/OpenIPC/firmware.git
18 lines
511 B
Plaintext
18 lines
511 B
Plaintext
config BR2_PACKAGE_RTL8188EUS_OPENIPC
|
|
bool "rtl8188eus-openipc"
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
A standalone driver for the RTL8188EU/RTL8188EUS/RTL8188ETV
|
|
USB Wi-Fi adapter.
|
|
|
|
Make sure your target kernel has the CONFIG_WIRELESS_EXT
|
|
config option enabled.
|
|
|
|
Note: this package needs a firmware loading mechanism to
|
|
load the binary blob for the chip to work.
|
|
|
|
https://github.com/aircrack-ng/rtl8188eus/
|
|
|
|
comment "rtl8188eus needs a Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|