From 33ed68f0511ae5daf8107018711e8b87eee93699 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Wed, 12 Sep 2018 17:23:46 +0200 Subject: [PATCH] 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 --- utils/mc/Config.in | 6 +++--- utils/mc/Makefile | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/utils/mc/Config.in b/utils/mc/Config.in index b2c57941b1..fcd8fad33f 100644 --- a/utils/mc/Config.in +++ b/utils/mc/Config.in @@ -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 diff --git a/utils/mc/Makefile b/utils/mc/Makefile index ab3ae2b681..51384798c3 100644 --- a/utils/mc/Makefile +++ b/utils/mc/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mc PKG_VERSION:=4.8.21 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MAINTAINER:=Dirk Brenken PKG_LICENSE:=GPL-3.0+ @@ -58,7 +58,6 @@ CONFIGURE_ARGS += \ --disable-doxygen-doc \ --with-homedir=/etc/mc \ --with-screen=ncurses \ - --without-gpm-mouse \ --without-x \ CONFIGURE_VARS += \