Gabor Juhos c859e4a1db mac80211: enable support for RaLink Rt53xx USB devices in rt2800usb
Hi!

On Mon, Nov 14, 2011 at 03:01:34PM +0100, Daniel Golle wrote:
> The driver works quite nice and stable for me using a RaLink Rt5370 USB device.
>
> Signed-off-by: Daniel Golle <dgolle@allnet.de>
>
> Index: package/mac80211/Makefile
> ===================================================================
> --- package/mac80211/Makefile	(revision 29114)
> +++ package/mac80211/Makefile	(working copy)
> @@ -1147,6 +1147,7 @@
>  	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= \

Aparently this was wrong, CONFIG_RT2800USB_RT53XX is supposed to live in
BUILDARGS rather than MAKE_OPTS to actually get support for the Rt5370.
Thanks to actmnophn for the hint!

This reverts changeset 29116 and adds it to the right section in the Makefile.

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

SVN-Revision: 29906
2012-01-25 07:44:46 +00:00
..
2011-09-13 07:29:27 +00:00
2011-11-09 21:16:45 +00:00
2011-03-07 12:59:19 +00:00
2011-11-27 05:30:40 +00:00
2009-06-13 16:47:22 +00:00
2010-04-23 11:27:29 +00:00
2011-10-07 16:03:12 +00:00
2009-12-19 22:19:42 +00:00
2012-01-24 11:31:23 +00:00
2011-07-10 10:40:37 +00:00
2010-09-30 10:48:37 +00:00
2010-09-30 10:48:37 +00:00
2011-07-17 22:47:56 +00:00
2011-08-04 20:07:58 +00:00
2010-10-27 21:24:06 +00:00
2011-12-06 16:00:00 +00:00