packages/utils/mc/Config.in
luka 5175042541 upgrade mc package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28135 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-30 21:02:36 +00:00

21 lines
304 B
Plaintext

menu "Configuration"
depends on PACKAGE_mc
config MC_DIFF_VIEWER
bool "Compile with diff viewer"
default n
config MC_EDITOR
bool "Enable internal editor"
default n
config MC_SUBSHELL
bool "Compile in concurrent subshell"
default n
config MC_DISABLE_VFS
bool "Disable VFS"
default y
endmenu