From: Bart Trojanowski on
Cześć Bartłomiej,

I recently acquired a DLink DWA-125, and found out that the RT2870
driver was only available on x86. I was curious none the less, and
force compiled it by changing rt2870/Kconfig...

- depends on USB && X86 && WLAN
+ depends on USB && (X86 || ARM) && WLAN

.... and (so far) it works fine on my SheevaPlug (armv5tel).

I don't know anything about rt2870. Are there good reasons for me not
doing this?

-Bart

--
WebSig: http://www.jukie.net/~bart/sig/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/