automount: add kmod-fs-exfat support

This commit is contained in:
coolsnowwolf 2019-01-03 21:33:40 +08:00
parent 75e0374d7d
commit a9e3124b39
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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