From: Hauke Mehrtens Date: Sat, 4 May 2019 12:16:52 +0000 (+0200) Subject: hostapd: Remove ROBO switch support X-Git-Tag: v1.5.0-rc2~85 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ce6ed6974a5270ea8fe0b3f6063fc7c993685bf2;p=librecmc%2Flibrecmc.git hostapd: Remove ROBO switch support The driver was removed from OpenWrt a long time ago. Signed-off-by: Hauke Mehrtens (cherry picked from commit f34e8258340f5994a2506bd087fc6e6d4a3d5d5e) --- diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index be2a9069c7..8895f8085c 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -123,8 +123,6 @@ ifneq ($(LOCAL_TYPE),hostapd) ifdef CONFIG_WPA_RFKILL_SUPPORT DRIVER_MAKEOPTS += NEED_RFKILL=y endif - DRIVER_MAKEOPTS += \ - CONFIG_DRIVER_ROBOSWITCH=$(CONFIG_PACKAGE_kmod-switch) endif ifdef CONFIG_USE_GLIBC