parent
d000d8cb9a
commit
da49909910
@ -22,7 +22,7 @@ endef
|
|||||||
|
|
||||||
define Package/ntfs3-mount/install
|
define Package/ntfs3-mount/install
|
||||||
$(INSTALL_DIR) $(1)/sbin
|
$(INSTALL_DIR) $(1)/sbin
|
||||||
$(INSTALL_BIN) ./files/mount.ntfs3 $(1)/sbin
|
$(INSTALL_BIN) ./files/mount.ntfs $(1)/sbin
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,ntfs3-mount))
|
$(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…
x
Reference in New Issue
Block a user