summaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/910-00-rt2x00-enable-rt2800soc-for-mt7620.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-07-01 10:26:18 +0000
committerJohn Crispin <john@openwrt.org>2014-07-01 10:26:18 +0000
commitb5fe5d5ba3f8a919511222f22a971c50fdb40599 (patch)
tree36a1fd3180f5c48992a0f5e6f33fcf8f11bc5b63 /package/kernel/mac80211/patches/910-00-rt2x00-enable-rt2800soc-for-mt7620.patch
parent66ae4803e26d97297ced6f1586be66d5e12e7341 (diff)
downloadmaster-31e0f0ae-b5fe5d5ba3f8a919511222f22a971c50fdb40599.tar.gz
master-31e0f0ae-b5fe5d5ba3f8a919511222f22a971c50fdb40599.tar.bz2
master-31e0f0ae-b5fe5d5ba3f8a919511222f22a971c50fdb40599.zip
mac80211: add support for mt7620
Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41441
Diffstat (limited to 'package/kernel/mac80211/patches/910-00-rt2x00-enable-rt2800soc-for-mt7620.patch')
-rw-r--r--package/kernel/mac80211/patches/910-00-rt2x00-enable-rt2800soc-for-mt7620.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/kernel/mac80211/patches/910-00-rt2x00-enable-rt2800soc-for-mt7620.patch b/package/kernel/mac80211/patches/910-00-rt2x00-enable-rt2800soc-for-mt7620.patch
new file mode 100644
index 0000000000..02d4572a80
--- /dev/null
+++ b/package/kernel/mac80211/patches/910-00-rt2x00-enable-rt2800soc-for-mt7620.patch
@@ -0,0 +1,20 @@
+--- a/drivers/net/wireless/rt2x00/Kconfig
++++ b/drivers/net/wireless/rt2x00/Kconfig
+@@ -210,7 +210,7 @@ endif
+ config RT2800SOC
+ tristate "Ralink WiSoC support"
+ depends on m
+- depends on SOC_RT288X || SOC_RT305X || SOC_RT3883
++ depends on SOC_RT288X || SOC_RT305X || SOC_RT3883 || SOC_MT7620
+ select RT2X00_LIB_SOC
+ select RT2X00_LIB_MMIO
+ select RT2X00_LIB_CRYPTO
+@@ -245,7 +245,7 @@ config RT2X00_LIB_PCI
+
+ config RT2X00_LIB_SOC
+ tristate "RT2x00 SoC support"
+- depends on SOC_RT288X || SOC_RT305X || SOC_RT3883
++ depends on SOC_RT288X || SOC_RT305X || SOC_RT3883 || SOC_MT7620
+ depends on m
+ select RT2X00_LIB
+