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 / 0163-config-CONFIG_RT2800USB_RT55XX-for-more-RaLink-ID.patch
1 From de7811e92cafc11532ae449deeb5d50f41ef20ea Mon Sep 17 00:00:00 2001
2 From: juleq <julian.quindt@gmail.com>
3 Date: Mon, 27 Jan 2014 21:15:04 +0100
4 Subject: [PATCH 163/196] config: CONFIG_RT2800USB_RT55XX for more RaLink ID
5
6 I added CONFIG_RT2800USB_RT55XX=y to have my el cheapo dual band wlan adapter (RaLink chip, MediaTek brand, 148f:5572) supported by RT2800. I tested with 3.10.27+ and it works. 5GHz for 5-10 Euro.
7 ---
8 arch/arm/configs/bcmrpi_defconfig | 1 +
9 1 file changed, 1 insertion(+)
10
11 diff --git a/arch/arm/configs/bcmrpi_defconfig b/arch/arm/configs/bcmrpi_defconfig
12 index 6f21b7c..56068e2 100644
13 --- a/arch/arm/configs/bcmrpi_defconfig
14 +++ b/arch/arm/configs/bcmrpi_defconfig
15 @@ -488,6 +488,7 @@ CONFIG_RT2500USB=m
16 CONFIG_RT73USB=m
17 CONFIG_RT2800USB=m
18 CONFIG_RT2800USB_RT53XX=y
19 +CONFIG_RT2800USB_RT55XX=y
20 CONFIG_RT2800USB_UNKNOWN=y
21 CONFIG_ZD1211RW=m
22 CONFIG_MWIFIEX=m
23 --
24 1.9.1
25