ad62fa3acb
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
359 B
Plaintext
14 lines
359 B
Plaintext
config BR2_PACKAGE_RTL8192EU
|
|
bool "rtl8192eu"
|
|
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.
|
|
|
|
https://github.com/clnhub/rtl8192eu-linux
|
|
|
|
comment "rtl8192eu needs a Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|