Please add CONFIG_RT2X00 and CONFIG_NEW_LED to support Ralink USB wifi dongles. The module is there in current oxnas-kernel-modules.tar.gz, but it fails to load with missing symbols.
See this post for more info:
viewtopic.php?t=2354Here's a diff of the .config that worked for me:
$this->bbcode_second_pass_code('', '
4c4
< # Sat Mar 10 15:14:04 2012
---
> # Sat Apr 23 20:01:05 2011
758,768c758
< CONFIG_RT2X00=m
< # CONFIG_RT2500USB is not set
< # CONFIG_RT73USB is not set
< CONFIG_RT2800USB=m
< CONFIG_RT2X00_LIB_USB=m
< CONFIG_RT2X00_LIB=m
< CONFIG_RT2X00_LIB_HT=y
< CONFIG_RT2X00_LIB_FIRMWARE=y
< CONFIG_RT2X00_LIB_CRYPTO=y
< CONFIG_RT2X00_LIB_RFKILL=y
< # CONFIG_RT2X00_DEBUG is not set
---
> # CONFIG_RT2X00 is not set
795c785
< CONFIG_INPUT_POLLDEV=m
---
> # CONFIG_INPUT_POLLDEV is not set
1009,1019c999
< CONFIG_NEW_LEDS=y
< # CONFIG_LEDS_CLASS is not set
<
< #
< # LED drivers
< #
<
< #
< # LED Triggers
< #
< # CONFIG_LEDS_TRIGGERS is not set
---
> # CONFIG_NEW_LEDS is not set
')
Thanks!