• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/ntfs-3g/Config.in
Ryan BarnettRyan Barnett committed 01d389191f413 Jul 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_NTFS_3G
2
    bool "ntfs-3g"
3
    depends on BR2_USE_WCHAR
4
    depends on BR2_TOOLCHAIN_HAS_THREADS
5
    depends on BR2_USE_MMU
6
    depends on !BR2_STATIC_LIBS
7
    help
8
      The NTFS-3G driver is an open source, freely available
9
      read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD,
10
      and Haiku. It provides safe and fast handling of the Windows
11
      XP, Windows Server 2003, Windows 2000 and Windows Vista file
12
      systems. Most POSIX file system operations are supported, with
13
      the exception of full file ownership and access right support.
14
​
15
      http://www.ntfs-3g.org/
16
​
17
if BR2_PACKAGE_NTFS_3G
18
​
19
config BR2_PACKAGE_NTFS_3G_ENCRYPTED
20
    bool "encrypted volumes"
21
    select BR2_PACKAGE_GNUTLS
22
    select BR2_PACKAGE_LIBGCRYPT
23
    help
24
      Enable support for NTFS encrypted volumes.
25
​
26
config BR2_PACKAGE_NTFS_3G_NTFSPROGS
27
    bool "ntfsprogs"
28
    help
29
      Install NTFS utilities.
30
​
31
endif
32
​
33
comment "ntfs-3g needs a toolchain w/ wchar, threads, dynamic library"
34
    depends on BR2_USE_MMU
35
    depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.