diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-05-04 14:16:52 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-09-04 13:40:08 +0200 |
commit | f40f8fe1e7d9f42e155e6b5cc50c4c93ab0f4f35 (patch) | |
tree | ccdb205677b7dbc566daa72c0f0566b421959c2f /package/network/services | |
parent | fcab45af13f9d479d66f42635877789260997cd6 (diff) | |
download | upstream-f40f8fe1e7d9f42e155e6b5cc50c4c93ab0f4f35.tar.gz upstream-f40f8fe1e7d9f42e155e6b5cc50c4c93ab0f4f35.tar.bz2 upstream-f40f8fe1e7d9f42e155e6b5cc50c4c93ab0f4f35.zip |
hostapd: Remove ROBO switch support
The driver was removed from OpenWrt a long time ago.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit f34e8258340f5994a2506bd087fc6e6d4a3d5d5e)
Diffstat (limited to 'package/network/services')
-rw-r--r-- | package/network/services/hostapd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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 |