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:
@@ -4,6 +4,13 @@ config BR2_PACKAGE_EXFAT_UTILS
|
||||
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"
|
||||
|
||||
@@ -9,4 +9,6 @@ EXFAT_UTILS_SITE = https://github.com/relan/exfat/releases/download/v$(EXFAT_UTI
|
||||
EXFAT_UTILS_LICENSE = GPL-3.0+
|
||||
EXFAT_UTILS_LICENSE_FILES = COPYING
|
||||
|
||||
EXFAT_UTILS_CONF_OPTS += --exec-prefix=/
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user