From c50370d0da34936f08c7bdde303245df050e0629 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sun, 23 Dec 2018 00:20:22 +0800 Subject: [PATCH] automount: default remove ntfs support --- package/lean/automount/Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/package/lean/automount/Makefile b/package/lean/automount/Makefile index e026f8987..b70ff20f8 100644 --- a/package/lean/automount/Makefile +++ b/package/lean/automount/Makefile @@ -9,15 +9,23 @@ include $(TOPDIR)/rules.mk PKG_NAME:=automount PKG_VERSION:=1 -PKG_RELEASE:=20 +PKG_RELEASE:=21 PKG_ARCH:=all +PKG_CONFIG_DEPENDS:= CONFIG_PACKAGE_$(PKG_NAME)_NTFS-3G + include $(INCLUDE_DIR)/package.mk +define Package/$(PKG_NAME)/config +config PACKAGE_$(PKG_NAME)_NTFS-3G + bool "Support NTFS mount" + default n +endef + define Package/automount TITLE:=Mount autoconfig hotplug script. MAINTAINER:=Lean - DEPENDS:=+block-mount +kmod-usb-storage +kmod-usb-storage-extras +kmod-fs-vfat +ntfs-3g +kmod-fs-ext4 + DEPENDS:=+block-mount +kmod-usb-storage +kmod-usb-storage-extras +kmod-fs-vfat +kmod-fs-ext4 +PACKAGE_$(PKG_NAME)_NTFS-3G:ntfs-3g endef define Package/automount/description