mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
17
package/exfatprogs/Config.in
Normal file
17
package/exfatprogs/Config.in
Normal file
@@ -0,0 +1,17 @@
|
||||
config BR2_PACKAGE_EXFATPROGS
|
||||
bool "exfatprogs"
|
||||
depends on BR2_USE_WCHAR
|
||||
help
|
||||
exFAT filesystem userspace utilities.
|
||||
|
||||
This is the set of tools that works together with the exfat
|
||||
driver in the official Linux kernel (merged in Linux 5.7).
|
||||
|
||||
If you're using the FUSE-based exfat support (from
|
||||
package/exfat), you must use the corresponding user-space
|
||||
programs in package/exfat-utils.
|
||||
|
||||
https://github.com/exfatprogs/exfatprogs
|
||||
|
||||
comment "exfatprogs needs a toolchain w/ wchar"
|
||||
depends on !BR2_USE_WCHAR
|
||||
Reference in New Issue
Block a user