65da7755d9
This package adds the rtl8189es WiFi driver. repo: https://github.com/jwrdegoede/rtl8189ES_linux.git branch: master Driver is known to support Realtek RTL8189ES-VB-CG chip. Signed-off-by: Louis Aussedat <aussedat.louis@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
config BR2_PACKAGE_RTL8189ES
|
|
bool "rtl8189es"
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
Wireless driver rtl8189es.
|
|
|
|
https://github.com/jwrdegoede/rtl8189ES_linux.git
|
|
|
|
comment "rtl8189es needs a Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|