brcm2708: update 3.10 patches with raspberrypi/rpi-3.10.y of 27 Apr. 2014
[openwrt/svn-archive/archive.git] / target / linux / brcm2708 / patches-3.10 / 0065-rtl8192cu-select-required-config-options-to-allow-bu.patch
1 From 0ff0d5f9c59d1d9cde9bcc56f6bfa163fd1b15a3 Mon Sep 17 00:00:00 2001
2 From: popcornmix <popcornmix@gmail.com>
3 Date: Fri, 31 May 2013 14:50:09 +0100
4 Subject: [PATCH 065/196] rtl8192cu: select required config options to allow
5 builds without other wifi modules. Thanks UrsusArctos
6
7 ---
8 drivers/net/wireless/rtl8192cu/Kconfig | 4 +++-
9 1 file changed, 3 insertions(+), 1 deletion(-)
10
11 diff --git a/drivers/net/wireless/rtl8192cu/Kconfig b/drivers/net/wireless/rtl8192cu/Kconfig
12 index bee5ed6..ef46361 100644
13 --- a/drivers/net/wireless/rtl8192cu/Kconfig
14 +++ b/drivers/net/wireless/rtl8192cu/Kconfig
15 @@ -1,6 +1,8 @@
16 config RTL8192CU
17 tristate "Realtek 8192C USB WiFi"
18 depends on USB
19 + select WIRELESS_EXT
20 + select WEXT_PRIV
21 ---help---
22 - Help message of RTL8192CU
23 + Enable wireless network adapters based on Realtek RTL8192C chipset family, such as EDUP nano series
24
25 --
26 1.9.1
27