mc: enable VFS support by default

* provide VFS support in midnight commander by default (see #6999),
  this enlarge the package size by ~40KB.

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken
2018-09-12 17:23:46 +02:00
parent 3fc7f7b8cc
commit 33ed68f051
2 changed files with 4 additions and 5 deletions
+3 -3
View File
@@ -49,11 +49,11 @@ config MC_CHARSET
config MC_VFS
bool "Enable virtual filesystem support"
default n
default y
help
This option enables the Virtual File System switch code to get
transparent access to the following file systems:
cpio, tar, fish, sfs, ftp, sftp, extfs, smb.
Disabled by default.
cpio, tar, fish, sfs, ftp, sftp, extfs.
Enabled by default.
endmenu