summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2015-03-02 09:02:15 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2015-04-06 13:55:23 +0200
commitb600b8e62a85990e4c89fde609e1485248fffeb7 (patch)
tree5f014022e122c8f27c313af80166e305e356f577
parent4c0f6113325a45a0be269dd9dea66a638c4a86e0 (diff)
backports: update cfg80211 wext Kconfig disable patch
The context change, update the patch. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--patches/collateral-evolutions/network/0004-disable-wext-kconfig.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/collateral-evolutions/network/0004-disable-wext-kconfig.patch b/patches/collateral-evolutions/network/0004-disable-wext-kconfig.patch
index a6b09b39..658f2d81 100644
--- a/patches/collateral-evolutions/network/0004-disable-wext-kconfig.patch
+++ b/patches/collateral-evolutions/network/0004-disable-wext-kconfig.patch
@@ -31,6 +31,6 @@ so remove the Kconfig options for them.
depends on CFG80211
- select WEXT_CORE
+ depends on WEXT_CORE
+ default y if CFG80211_WEXT_EXPORT
help
Enable this option if you need old userspace for wireless
- extensions with cfg80211-based drivers.