Skip to content
Snippets Groups Projects
Commit 92e77202 authored by Eneas U de Queiroz's avatar Eneas U de Queiroz Committed by Andreas Gnau
Browse files

ntfs-3g: update config's help syntax


Change ---help--- to plain 'help' in Package/ntfs-3g/config, as newer
versions of kconfig have removed the command's older name.

Signed-off-by: default avatarEneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit d5226e1e)
parent e3f48235
No related branches found
No related tags found
1 merge request!256.5: Update ntfs-3g to 2022.10.3 for CVE-2022-40284
......@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ntfs-3g
PKG_VERSION:=2021.8.22
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)_ntfsprogs-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://www.tuxera.com/opensource/
......@@ -61,7 +61,7 @@ define Package/ntfs-3g/config
config PACKAGE_NTFS-3G_USE_LIBFUSE
bool "use external FUSE library, selects package libfuse"
depends on PACKAGE_ntfs-3g
---help---
help
Ntfs-3g by default uses a minimalized lite version of FUSE.
If libfuse is part of your filesystem anyway (because of sshfs, owfs
etc.) it makes sense to activate this option and save some kilobytes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment