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
26 lines
899 B
Diff
26 lines
899 B
Diff
From de7811e92cafc11532ae449deeb5d50f41ef20ea Mon Sep 17 00:00:00 2001
|
|
From: juleq <julian.quindt@gmail.com>
|
|
Date: Mon, 27 Jan 2014 21:15:04 +0100
|
|
Subject: [PATCH 163/196] config: CONFIG_RT2800USB_RT55XX for more RaLink ID
|
|
|
|
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.
|
|
---
|
|
arch/arm/configs/bcmrpi_defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm/configs/bcmrpi_defconfig b/arch/arm/configs/bcmrpi_defconfig
|
|
index 6f21b7c..56068e2 100644
|
|
--- a/arch/arm/configs/bcmrpi_defconfig
|
|
+++ b/arch/arm/configs/bcmrpi_defconfig
|
|
@@ -488,6 +488,7 @@ CONFIG_RT2500USB=m
|
|
CONFIG_RT73USB=m
|
|
CONFIG_RT2800USB=m
|
|
CONFIG_RT2800USB_RT53XX=y
|
|
+CONFIG_RT2800USB_RT55XX=y
|
|
CONFIG_RT2800USB_UNKNOWN=y
|
|
CONFIG_ZD1211RW=m
|
|
CONFIG_MWIFIEX=m
|
|
--
|
|
1.9.1
|
|
|