ntfs-3g: update config's help syntax
authorEneas U de Queiroz <redacted>
Thu, 28 Oct 2021 13:18:57 +0000 (10:18 -0300)
committerRosen Penev <redacted>
Thu, 28 Oct 2021 23:08:24 +0000 (16:08 -0700)
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: Eneas U de Queiroz <redacted>
utils/ntfs-3g/Makefile

index e69c986633a49c3a009440c38f73a9d7cd4bd1f6..a80eccd69aa6af8d03f16ce149f5e2f51ae6cced 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT