mirror of https://github.com/OpenIPC/firmware.git
17 lines
488 B
Plaintext
17 lines
488 B
Plaintext
config BR2_PACKAGE_RTL8192EU_OPENIPC
|
|
bool "rtl8192eu-openipc"
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
A standalone driver for the RTL8192EU 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/Mange/rtl8192eu-linux-driver
|
|
|
|
comment "rtl8192eu needs a Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|