mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
ntfs3: add kmod-nls-utf8 depend
This commit is contained in:
parent
24714104cc
commit
d60ec7c320
@ -8,7 +8,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=ntfs3
|
||||
PKG_VERSION:=5.1.1
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/LGA1150/ntfs3-oot.git
|
||||
@ -28,7 +28,7 @@ define KernelPackage/fs-ntfs3
|
||||
TITLE:=Kernel module for NTFS Read-Write file system support
|
||||
FILES:=$(PKG_BUILD_DIR)/ntfs3.ko
|
||||
AUTOLOAD:=$(call AutoProbe,ntfs3)
|
||||
DEPENDS:=+kmod-nls-base
|
||||
DEPENDS:=+kmod-nls-base +kmod-nls-utf8
|
||||
endef
|
||||
|
||||
define KernelPackage/ntfs3/description
|
||||
|
Loading…
Reference in New Issue
Block a user