Midnight Commander VFS

Hi,

Did anyone succeed to make the Midnight Commander's VFS (Virtual File System) work on OpenWrt?

I can see that there are no VFS plugin folders defined (mc -F).

Normal (Ubuntu PC):

[System data]
    Config directory: /etc/mc/
    Data directory:   /usr/share/mc/
    File extension handlers: /usr/lib/mc/ext.d/
    VFS plugins and scripts: /usr/lib/mc/
	extfs.d:        /usr/lib/mc/extfs.d/
	fish:           /usr/lib/mc/fish/

OpenWrt (WD MBLD):

[System data]
    Config directory: /etc/mc/
    Data directory:   /usr/share/mc/
    File extension handlers: /usr/lib/mc/ext.d/

Does it mean that it's not supported at all? What can be done to make it work?

Thank you in advance,
Tice

As I see here (https://github.com/openwrt/packages/tree/master/utils/mc) VFS support is enabled by default. :thinking:

But there is a switch in mc --configure-option: --disable-vfs. Can anybody tell the reason?