Skip to content
Snippets Groups Projects
Verified Commit 82e39df6 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches/openwrt: disable wireless extensions: rebase for OpenWrt 21.02

parent 95b5d8cd
No related branches found
No related tags found
No related merge requests found
Pipeline #105294 passed
From 2b17807ea23bf120e643f1fada694af975101b6a Mon Sep 17 00:00:00 2001 From 71d7b20ff3d64cbea4ae1c2abb9db313731ea10b Mon Sep 17 00:00:00 2001
From: Josef Schlehofer <pepe.schlehofer@gmail.com> From: Josef Schlehofer <pepe.schlehofer@gmail.com>
Date: Fri, 14 Oct 2022 09:53:57 +0200 Date: Fri, 14 Oct 2022 12:42:45 +0200
Subject: [PATCH] kernel: disable wireless extensions only when needed Subject: [PATCH] kernel: disable wireless extensions only when needed
Based on https://github.com/openwrt/openwrt/commit/6eeb5d45649ffa591b06d2ccd6a43e47939b6b18#diff-06802c9e3474cd0144a19cff482538b1aa25f9e10891060a69139559fd19203bL7094 Based on https://github.com/openwrt/openwrt/commit/6eeb5d45649ffa591b06d2ccd6a43e47939b6b18#diff-06802c9e3474cd0144a19cff482538b1aa25f9e10891060a69139559fd19203bL7094
...@@ -10,12 +10,12 @@ Based on https://github.com/openwrt/openwrt/commit/6eeb5d45649ffa591b06d2ccd6a43 ...@@ -10,12 +10,12 @@ Based on https://github.com/openwrt/openwrt/commit/6eeb5d45649ffa591b06d2ccd6a43
2 files changed, 16 insertions(+) 2 files changed, 16 insertions(+)
diff --git a/config/Config-kernel.in b/config/Config-kernel.in diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index 5e12ddd78d..f4aafe2504 100644 index d4648a5064..a3e6247525 100644
--- a/config/Config-kernel.in --- a/config/Config-kernel.in
+++ b/config/Config-kernel.in +++ b/config/Config-kernel.in
@@ -1057,6 +1057,21 @@ config KERNEL_NET_L3_MASTER_DEV @@ -967,6 +967,21 @@ if KERNEL_IPV6
This module provides glue between core networking code and device
drivers to support L3 master devices like VRF. endif
+config KERNEL_WIRELESS_EXT +config KERNEL_WIRELESS_EXT
+ def_bool n + def_bool n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment