Browse Source

- ntfs-3g: try to fix ntfs mounts

master
vanhofen 6 years ago
parent
commit
bde332d98d
  1. 1
      make/target-tools.mk
  2. 1
      skel-root/armbox/bre2ze4k/etc/filesystems
  3. 1
      skel-root/armbox/hd51/etc/filesystems
  4. 1
      skel-root/coolstream/hd1/etc/filesystems
  5. 1
      skel-root/coolstream/hd2/etc/filesystems

1
make/target-tools.mk

@ -783,6 +783,7 @@ $(D)/ntfs-3g: $(ARCHIVE)/$(NTFS-3G_SOURCE) | $(TARGET_DIR)
$(MAKE) install DESTDIR=$(TARGET_DIR)
-rm $(addprefix $(TARGET_DIR)/bin/,lowntfs-3g ntfs-3g.probe)
-rm $(addprefix $(TARGET_DIR)/sbin/,mount.lowntfs-3g)
ln -sf /bin/ntfs-3g $(TARGET_DIR)/sbin/mount.ntfs
$(REMOVE)/$(NTFS-3G_TMP)
$(TOUCH)

1
skel-root/armbox/bre2ze4k/etc/filesystems

@ -4,6 +4,7 @@ ext2
nodev proc
nodev devpts
ntfs
ntfs-3g
fuseblk
vfat
exfat

1
skel-root/armbox/hd51/etc/filesystems

@ -4,6 +4,7 @@ ext2
nodev proc
nodev devpts
ntfs
ntfs-3g
fuseblk
vfat
exfat

1
skel-root/coolstream/hd1/etc/filesystems

@ -4,6 +4,7 @@ ext2
nodev proc
nodev devpts
ntfs
ntfs-3g
fuseblk
vfat
exfat

1
skel-root/coolstream/hd2/etc/filesystems

@ -4,6 +4,7 @@ ext2
nodev proc
nodev devpts
ntfs
ntfs-3g
fuseblk
vfat
exfat

Loading…
Cancel
Save