mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #7394 from dibdot/mc-fix
mc: disable vfs support by default
This commit is contained in:
+2
-2
@@ -49,11 +49,11 @@ config MC_CHARSET
|
|||||||
|
|
||||||
config MC_VFS
|
config MC_VFS
|
||||||
bool "Enable virtual filesystem support"
|
bool "Enable virtual filesystem support"
|
||||||
default y
|
default n
|
||||||
help
|
help
|
||||||
This option enables the Virtual File System switch code to get
|
This option enables the Virtual File System switch code to get
|
||||||
transparent access to the following file systems:
|
transparent access to the following file systems:
|
||||||
cpio, tar, fish, sfs, ftp, sftp, extfs.
|
cpio, tar, fish, sfs, ftp, sftp, extfs.
|
||||||
Enabled by default.
|
Disabled by default.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=mc
|
PKG_NAME:=mc
|
||||||
PKG_VERSION:=4.8.21
|
PKG_VERSION:=4.8.21
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||||
PKG_LICENSE:=GPL-3.0+
|
PKG_LICENSE:=GPL-3.0+
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user