mac80211: sync with master branch as of 9edff13abd97
[openwrt/openwrt.git] / package / kernel / mac80211 / patches / 600-01-rt2x00-allow-to-build-rt2800soc-module-for-RT3883.patch
1 From 91094ed065f7794886b4a5490fd6de942f036bb4 Mon Sep 17 00:00:00 2001
2 From: Gabor Juhos <juhosg@openwrt.org>
3 Date: Sun, 24 Mar 2013 19:26:26 +0100
4 Subject: [PATCH] rt2x00: allow to build rt2800soc module for RT3883
5
6 Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
7 ---
8 drivers/net/wireless/ralink/rt2x00/Kconfig | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 --- a/drivers/net/wireless/ralink/rt2x00/Kconfig
12 +++ b/drivers/net/wireless/ralink/rt2x00/Kconfig
13 @@ -210,7 +210,7 @@ endif
14 config RT2800SOC
15 tristate "Ralink WiSoC support"
16 depends on m
17 - depends on SOC_RT288X || SOC_RT305X
18 + depends on SOC_RT288X || SOC_RT305X || SOC_RT3883
19 select RT2X00_LIB_SOC
20 select RT2X00_LIB_MMIO
21 select RT2X00_LIB_CRYPTO
22 @@ -245,7 +245,7 @@ config RT2X00_LIB_PCI
23
24 config RT2X00_LIB_SOC
25 tristate "RT2x00 SoC support"
26 - depends on SOC_RT288X || SOC_RT305X
27 + depends on SOC_RT288X || SOC_RT305X || SOC_RT3883
28 depends on m
29 select RT2X00_LIB
30