From 3b0870f450a152947db9ce71d3a44adceb002675 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 14 Nov 2011 14:06:37 +0000
Subject: [PATCH] mac80211: enable support for RaLink Rt53xx USB devices in
 rt2800usb

The driver works quite nice and stable for me using a RaLink Rt5370 USB device.

Signed-off-by: Daniel Golle <dgolle@allnet.de>

SVN-Revision: 29116
---
 package/mac80211/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index 99df53e787..58961a49be 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -1147,6 +1147,7 @@ MAKE_OPTS:= \
 	CONFIG_RT2800_LIB=$(if $(CONFIG_PACKAGE_kmod-rt2800-lib),m) \
 	CONFIG_RT2800PCI=$(if $(CONFIG_PACKAGE_kmod-rt2800-pci),m) \
 	CONFIG_RT2800USB=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),m) \
+	CONFIG_RT2800USB_RT53XX=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),y) \
 	CONFIG_RTL8180=$(if $(CONFIG_PACKAGE_kmod-rtl8180),m) \
 	CONFIG_RTL8187=$(if $(CONFIG_PACKAGE_kmod-rtl8187),m) \
 	CONFIG_RTL8192CE= \
-- 
GitLab