automount: fix typo

This commit is contained in:
CN_SZTL 2020-04-16 00:29:59 +08:00
parent 4c05596690
commit 8042cac5c5
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/automount
TITLE:=Mount autoconfig hotplug script.
MAINTAINER:=Lean
DEPENDS:=+block-mount +kmod-usb-storage +kmod-usb-storage-extras +!TARGET_ramips:kmod-usb-storage-uas +kmod-fs-vfat +kmod-fs-ext4 +ntfs-3g +@(LINUX_4_9||LINUX_4_14||LINUX_4_19):kmod-fs-exfat +@LINUX_5_4:kmod-fs-exfat-kernel
DEPENDS:=+block-mount +kmod-usb-storage +kmod-usb-storage-extras +!TARGET_ramips:kmod-usb-storage-uas +kmod-fs-vfat +kmod-fs-ext4 +ntfs-3g +(LINUX_4_9||LINUX_4_14||LINUX_4_19):kmod-fs-exfat +LINUX_5_4:kmod-fs-exfat-kernel
endef
define Package/automount/description