mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
parent
d000d8cb9a
commit
da49909910
@ -22,7 +22,7 @@ endef
|
||||
|
||||
define Package/ntfs3-mount/install
|
||||
$(INSTALL_DIR) $(1)/sbin
|
||||
$(INSTALL_BIN) ./files/mount.ntfs3 $(1)/sbin
|
||||
$(INSTALL_BIN) ./files/mount.ntfs $(1)/sbin
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,ntfs3-mount))
|
||||
|
2
package/lean/ntfs3-mount/files/mount.ntfs
Executable file
2
package/lean/ntfs3-mount/files/mount.ntfs
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
mount -t ntfs3 -o iocharset=utf8 "$@"
|
@ -1,2 +0,0 @@
|
||||
#!/bin/sh
|
||||
mount -t ntfs3 -o nls=utf8 "$@"
|
Loading…
Reference in New Issue
Block a user