Browse Source

Merge pull request #7003 from dibdot/mc-vfs

mc: add VFS support by default
lilik-openwrt-22.03
Michael Heimpold 6 years ago
committed by GitHub
parent
commit
bafd573d60
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions
  1. +3
    -3
      utils/mc/Config.in
  2. +1
    -2
      utils/mc/Makefile

+ 3
- 3
utils/mc/Config.in 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

+ 1
- 2
utils/mc/Makefile View File

@ -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 <dev@brenken.org>
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 += \


Loading…
Cancel
Save