mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
ntfs3-mount: mount NTFS with codepage utf8
This commit is contained in:
parent
b7cb7b0185
commit
8c77c54d15
@ -1,7 +1,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ntfs3-mount
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
mount -t ntfs3 "$@"
|
||||
mount -t ntfs3 -o nls=utf8 "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user