[openwrt/openwrt] kernel: disable wireless extension support for 6.1
LEDE Commits
lede-commits at lists.infradead.org
Fri May 26 04:49:56 PDT 2023
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/911742989a69fee116080265d5052a538e606e58
commit 911742989a69fee116080265d5052a538e606e58
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri May 26 13:34:40 2023 +0200
kernel: disable wireless extension support for 6.1
It is unused
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
target/linux/generic/config-6.1 | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1
index 6a4913535d..d0e0205aa3 100644
--- a/target/linux/generic/config-6.1
+++ b/target/linux/generic/config-6.1
@@ -7668,15 +7668,15 @@ CONFIG_WATCHDOG_OPEN_TIMEOUT=0
# CONFIG_WDAT_WDT is not set
# CONFIG_WDTPCI is not set
CONFIG_WERROR=y
-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
More information about the lede-commits
mailing list