We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2292bc3 commit 5acc561Copy full SHA for 5acc561
package/lean/automount/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9
10
PKG_NAME:=automount
11
PKG_VERSION:=1
12
-PKG_RELEASE:=39
+PKG_RELEASE:=40
13
PKG_ARCH:=all
14
15
include $(INCLUDE_DIR)/package.mk
@@ -18,7 +18,7 @@ define Package/automount
18
TITLE:=Mount autoconfig hotplug script.
19
MAINTAINER:=Lean
20
DEPENDS:=+block-mount +kmod-fs-exfat +kmod-fs-ext4 +kmod-fs-vfat +libblkid \
21
- +kmod-usb-storage +kmod-usb-storage-extras +!TARGET_ramips:kmod-usb-storage-uas
+ +kmod-usb-storage +kmod-usb-storage-extras +!TARGET_ramips:kmod-usb-storage-uas +kmod-fs-ntfs3
22
endef
23
24
define Package/automount/description
0 commit comments