hc
2024-03-22 ac5f19e89dcbd5c7428fcc78a0d407c887564466
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config BR2_PACKAGE_EXFAT_UTILS
   bool "exfat-utils"
   depends on BR2_USE_WCHAR
   help
     exFAT filesystem utilities.
 
     This is the set of user-space utilities that go together
     with the FUSE-based exfat driver from package/exfat.
 
     If you're using the exfat driver from the official Linux
     kernel (merged as of Linux 5.7), you must use the user-space
     utilities from package/exfatprogs.
 
     https://github.com/relan/exfat
 
comment "exfat-utils needs a toolchain w/ wchar"
   depends on !BR2_USE_WCHAR