6918ea2484
Update the 3.10 rasperry patches by rebasing raspberry/rpi-3.10-y against linux-stable/v3.10.49. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 42678
27 lines
884 B
Diff
27 lines
884 B
Diff
From 0ff0d5f9c59d1d9cde9bcc56f6bfa163fd1b15a3 Mon Sep 17 00:00:00 2001
|
|
From: popcornmix <popcornmix@gmail.com>
|
|
Date: Fri, 31 May 2013 14:50:09 +0100
|
|
Subject: [PATCH 065/196] rtl8192cu: select required config options to allow
|
|
builds without other wifi modules. Thanks UrsusArctos
|
|
|
|
---
|
|
drivers/net/wireless/rtl8192cu/Kconfig | 4 +++-
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/net/wireless/rtl8192cu/Kconfig b/drivers/net/wireless/rtl8192cu/Kconfig
|
|
index bee5ed6..ef46361 100644
|
|
--- a/drivers/net/wireless/rtl8192cu/Kconfig
|
|
+++ b/drivers/net/wireless/rtl8192cu/Kconfig
|
|
@@ -1,6 +1,8 @@
|
|
config RTL8192CU
|
|
tristate "Realtek 8192C USB WiFi"
|
|
depends on USB
|
|
+ select WIRELESS_EXT
|
|
+ select WEXT_PRIV
|
|
---help---
|
|
- Help message of RTL8192CU
|
|
+ Enable wireless network adapters based on Realtek RTL8192C chipset family, such as EDUP nano series
|
|
|
|
--
|
|
1.9.1
|
|
|