90e829e0fd
This package adds the rtl8189fs WiFi driver. The driver is sourced from jwrdegoede's and icenowy's work on GitHub: repo: https://github.com/jwrdegoede/rtl8189ES_linux.git branch: rtl8189fs Driver is known to support Realtek RTL8189FTV chip. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
config BR2_PACKAGE_RTL8189FS
|
|
bool "rtl8189fs"
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
Wireless driver rtl8189fs.
|
|
|
|
https://github.com/jwrdegoede/rtl8189ES_linux.git
|
|
|
|
comment "rtl8189fs needs a Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|