summaryrefslogtreecommitdiffstats
path: root/package/hostapd/Config.in
diff options
context:
space:
mode:
authorAlexander Mukhin <alexander.i.mukhin@gmail.com>2017-09-14 14:08:11 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-24 21:45:17 +0100
commit5a0cfbded075dea4a0416ffcfe7407b8db91d0a4 (patch)
treeb8b419f6f45b31062749461fe7576dc545b0b8ea /package/hostapd/Config.in
parent0d2e7522ed18a1bd06aa9bd22c46e71d90bcf0bd (diff)
downloadbuildroot-5a0cfbded075dea4a0416ffcfe7407b8db91d0a4.tar.gz
buildroot-5a0cfbded075dea4a0416ffcfe7407b8db91d0a4.zip
hostapd: add support for Realtek driver
Since kernel drivers for Realtek wireless chips use non-standard interfaces, upstream hostapd does not support them. One have to apply an external patch for hostapd to work with these chips. See: https://github.com/pritambaral/hostapd-rtl871xdrv A configuration option is added to enable support for Realtek chips, and it's turned off by default. Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com> Tested-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/hostapd/Config.in')
-rw-r--r--package/hostapd/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/hostapd/Config.in b/package/hostapd/Config.in
index 1609d0df5d..40c7015e73 100644
--- a/package/hostapd/Config.in
+++ b/package/hostapd/Config.in
@@ -14,6 +14,11 @@ config BR2_PACKAGE_HOSTAPD
if BR2_PACKAGE_HOSTAPD
+config BR2_PACKAGE_HOSTAPD_DRIVER_RTW
+ bool "Enable rtl871xdrv driver"
+ help
+ Enable support for Realtek wireless chips.
+
config BR2_PACKAGE_HOSTAPD_ACS
bool "Enable ACS"
default y
OpenPOWER on IntegriCloud