comment "Legacy options removed in 2019.11"
+config BR2_PACKAGE_HOSTAPD_DRIVER_RTW
+ bool "hostapd rtl871xdrv driver removed"
+ select BR2_LEGACY
+ help
+ Since the update of hostapd to 2.9, the patch provided for
+ the rtl871xdrv no longer works, although it
+ applies. Moreover, AP support for Realtek chips is broken
+ anyway in kernels > 4.9. Therefore, this option has been
+ removed.
+
config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_NEW
bool "new dbus support option in wpa_supplicant was renamed"
select BR2_PACKAGE_WPA_SUPPLICANT_DBUS if BR2_TOOLCHAIN_HAS_THREADS
comment "nl80211 driver needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS
-config BR2_PACKAGE_HOSTAPD_DRIVER_RTW
- bool "Enable rtl871xdrv driver"
- select BR2_PACKAGE_HOSTAPD_HAS_WIFI_DRIVERS
- help
- Enable support for Realtek wireless chips.
-
config BR2_PACKAGE_HOSTAPD_DRIVER_WIRED
bool "Enable wired driver"
help
default y
depends on !BR2_PACKAGE_HOSTAPD_DRIVER_HOSTAP
depends on !BR2_PACKAGE_HOSTAPD_DRIVER_NL80211
- depends on !BR2_PACKAGE_HOSTAPD_DRIVER_RTW
depends on !BR2_PACKAGE_HOSTAPD_DRIVER_WIRED
config BR2_PACKAGE_HOSTAPD_HAS_WIFI_DRIVERS
# Locally calculated
sha256 881d7d6a90b2428479288d64233151448f8990ab4958e0ecaca7eeb3c9db2bd7 hostapd-2.9.tar.gz
-sha256 e204da659d0583c71af23cb9b55536fe99598ee26a44104344f456e4d17350c6 rtlxdrv.patch
sha256 9da5dd0776da266b180b915e460ff75c6ff729aca1196ab396529510f24f3761 README
HOSTAPD_CONFIG_DISABLE += CONFIG_DRIVER_NL80211
endif
-ifeq ($(BR2_PACKAGE_HOSTAPD_DRIVER_RTW),y)
-HOSTAPD_PATCH += https://github.com/pritambaral/hostapd-rtl871xdrv/raw/master/rtlxdrv.patch
-HOSTAPD_CONFIG_SET += CONFIG_DRIVER_RTW
-endif
-
ifeq ($(BR2_PACKAGE_HOSTAPD_DRIVER_WIRED),y)
HOSTAPD_CONFIG_ENABLE += CONFIG_DRIVER_WIRED
endif