5175042541
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28135 3c298f89-4303-0410-b956-a3cf2f4a3e73
21 lines
304 B
Plaintext
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
|