aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2022-09-22 13:34:28 +0200
committerFelix Fietkau <nbd@nbd.name>2022-09-22 15:26:58 +0200
commit6eeb5d45649ffa591b06d2ccd6a43e47939b6b18 (patch)
tree74f20b6baf3bb9fb01278a1f71f2e77fe5b2b374 /config
parent37a0cae33e94ec5822945d0c6a7c74600b4f4ade (diff)
downloadupstream-6eeb5d45649ffa591b06d2ccd6a43e47939b6b18.tar.gz
upstream-6eeb5d45649ffa591b06d2ccd6a43e47939b6b18.tar.bz2
upstream-6eeb5d45649ffa591b06d2ccd6a43e47939b6b18.zip
kernel: disable wireless extensions only when needed
They are only needed by a few very old drivers Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'config')
-rw-r--r--config/Config-kernel.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index f1ee919ee3..34c606a848 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -1108,6 +1108,22 @@ config KERNEL_NET_L3_MASTER_DEV
This module provides glue between core networking code and device
drivers to support L3 master devices like VRF.
+config KERNEL_WIRELESS_EXT
+ def_bool n
+
+config KERNEL_WEXT_CORE
+ def_bool KERNEL_WIRELESS_EXT
+
+config KERNEL_WEXT_PRIV
+ def_bool KERNEL_WIRELESS_EXT
+
+config KERNEL_WEXT_PROC
+ def_bool KERNEL_WIRELESS_EXT
+
+config KERNEL_WEXT_SPY
+ def_bool KERNEL_WIRELESS_EXT
+
+
#
# NFS related symbols
#