diff options
author | Felix Fietkau <nbd@nbd.name> | 2022-09-22 13:34:28 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2022-09-22 15:26:58 +0200 |
commit | 6eeb5d45649ffa591b06d2ccd6a43e47939b6b18 (patch) | |
tree | 74f20b6baf3bb9fb01278a1f71f2e77fe5b2b374 /target/linux/generic/config-5.10 | |
parent | 37a0cae33e94ec5822945d0c6a7c74600b4f4ade (diff) | |
download | upstream-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 'target/linux/generic/config-5.10')
-rw-r--r-- | target/linux/generic/config-5.10 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 281607bdbb..07edd53ff9 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -7085,15 +7085,15 @@ CONFIG_WATCHDOG_OPEN_TIMEOUT=0 # CONFIG_WD80x3 is not set # CONFIG_WDAT_WDT is not set # CONFIG_WDTPCI is not set -CONFIG_WEXT_CORE=y -CONFIG_WEXT_PRIV=y -CONFIG_WEXT_PROC=y -CONFIG_WEXT_SPY=y +# CONFIG_WEXT_CORE is not set +# CONFIG_WEXT_PRIV is not set +# CONFIG_WEXT_PROC is not set +# CONFIG_WEXT_SPY is not set CONFIG_WILINK_PLATFORM_DATA=y # CONFIG_WIMAX is not set # CONFIG_WIREGUARD is not set CONFIG_WIRELESS=y -CONFIG_WIRELESS_EXT=y +# CONFIG_WIRELESS_EXT is not set # CONFIG_WIRELESS_WDS is not set # CONFIG_WIZNET_W5100 is not set # CONFIG_WIZNET_W5300 is not set |