mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add mc because upstream doesn't compile
This commit is contained in:
parent
b178e7f460
commit
52841c34c6
5 changed files with 222 additions and 0 deletions
59
mc/Config.in
Normal file
59
mc/Config.in
Normal file
|
@ -0,0 +1,59 @@
|
|||
menu "Configuration"
|
||||
depends on PACKAGE_mc
|
||||
|
||||
config MC_DIFFVIEWER
|
||||
bool "Enable internal diff viewer"
|
||||
default n
|
||||
help
|
||||
This option enables the built-in diff viewer.
|
||||
Disabled by default.
|
||||
|
||||
config MC_EDITOR
|
||||
bool "Enable internal editor"
|
||||
default y
|
||||
help
|
||||
This option enables the built-in file editor.
|
||||
Enabled by default.
|
||||
|
||||
config MC_SUBSHELL
|
||||
bool "Enable concurrent subshell"
|
||||
default y
|
||||
help
|
||||
This option enables concurrent subshell support.
|
||||
Enabled by default.
|
||||
|
||||
config MC_LARGEFILE
|
||||
bool "Enable largefile support"
|
||||
default n
|
||||
help
|
||||
This option enables support for large files (> 2 GB).
|
||||
Disabled by default.
|
||||
|
||||
config MC_BACKGROUND
|
||||
bool "Enable background operations"
|
||||
default n
|
||||
help
|
||||
This option enables support for background operations which
|
||||
allow to perform some tasks such as copying files in a
|
||||
separate background process. Background code is known
|
||||
to be less stable than the rest of the code.
|
||||
Disabled by default.
|
||||
|
||||
config MC_CHARSET
|
||||
bool "Enable charset support"
|
||||
default y
|
||||
help
|
||||
This option adds support for selecting character set of the text in
|
||||
the internal viewer and editor and converting it on the fly.
|
||||
Enabled by default.
|
||||
|
||||
config MC_VFS
|
||||
bool "Enable virtual filesystem support"
|
||||
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.
|
||||
Enabled by default.
|
||||
|
||||
endmenu
|
Loading…
Add table
Add a link
Reference in a new issue