From a9e3124b39a623948e8507445f82e095a1f5bb84 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Thu, 3 Jan 2019 21:33:40 +0800 Subject: [PATCH] automount: add kmod-fs-exfat support --- config/Config-build.in | 2 +- package/lean/automount/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/Config-build.in b/config/Config-build.in index 8cbc16b5c..d882abd9d 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -41,7 +41,7 @@ menu "Global build settings" default n config BUILD_PATENTED - default n + default y bool "Compile with support for patented functionality" help When this option is disabled, software which provides patented functionality diff --git a/package/lean/automount/Makefile b/package/lean/automount/Makefile index b70ff20f8..db00469a2 100644 --- a/package/lean/automount/Makefile +++ b/package/lean/automount/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=automount PKG_VERSION:=1 -PKG_RELEASE:=21 +PKG_RELEASE:=22 PKG_ARCH:=all PKG_CONFIG_DEPENDS:= CONFIG_PACKAGE_$(PKG_NAME)_NTFS-3G @@ -25,7 +25,7 @@ endef define Package/automount TITLE:=Mount autoconfig hotplug script. MAINTAINER:=Lean - DEPENDS:=+block-mount +kmod-usb-storage +kmod-usb-storage-extras +kmod-fs-vfat +kmod-fs-ext4 +PACKAGE_$(PKG_NAME)_NTFS-3G:ntfs-3g + DEPENDS:=+block-mount +kmod-usb-storage +kmod-usb-storage-extras +kmod-fs-vfat +kmod-fs-ext4 +kmod-fs-exfat +PACKAGE_$(PKG_NAME)_NTFS-3G:ntfs-3g endef define Package/automount/description