mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
add DOSFSTOOLS including FAT check (#9)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Buildroot 2022.02.9 Configuration
|
# Buildroot -g9f0a21de Configuration
|
||||||
#
|
#
|
||||||
BR2_HAVE_DOT_CONFIG=y
|
BR2_HAVE_DOT_CONFIG=y
|
||||||
BR2_HOST_GCC_AT_LEAST_4_9=y
|
BR2_HOST_GCC_AT_LEAST_4_9=y
|
||||||
@@ -298,7 +298,7 @@ BR2_PACKAGE_GDB_TOPLEVEL=y
|
|||||||
#
|
#
|
||||||
BR2_TOOLCHAIN_SUPPORTS_VARIADIC_MI_THUNK=y
|
BR2_TOOLCHAIN_SUPPORTS_VARIADIC_MI_THUNK=y
|
||||||
BR2_USE_WCHAR=y
|
BR2_USE_WCHAR=y
|
||||||
#BR2_ENABLE_LOCALE=y
|
BR2_ENABLE_LOCALE=y
|
||||||
BR2_INSTALL_LIBSTDCPP=y
|
BR2_INSTALL_LIBSTDCPP=y
|
||||||
BR2_TOOLCHAIN_HAS_THREADS=y
|
BR2_TOOLCHAIN_HAS_THREADS=y
|
||||||
BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y
|
BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y
|
||||||
@@ -1034,7 +1034,10 @@ BR2_PACKAGE_LIBTOOL=y
|
|||||||
#
|
#
|
||||||
# davfs2 needs a glibc or uClibc toolchain
|
# davfs2 needs a glibc or uClibc toolchain
|
||||||
#
|
#
|
||||||
# BR2_PACKAGE_DOSFSTOOLS is not set
|
BR2_PACKAGE_DOSFSTOOLS=y
|
||||||
|
BR2_PACKAGE_DOSFSTOOLS_FATLABEL=y
|
||||||
|
BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT=y
|
||||||
|
BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT=y
|
||||||
# BR2_PACKAGE_E2FSPROGS is not set
|
# BR2_PACKAGE_E2FSPROGS is not set
|
||||||
# BR2_PACKAGE_E2TOOLS is not set
|
# BR2_PACKAGE_E2TOOLS is not set
|
||||||
# BR2_PACKAGE_ECRYPTFS_UTILS is not set
|
# BR2_PACKAGE_ECRYPTFS_UTILS is not set
|
||||||
@@ -2316,7 +2319,6 @@ BR2_PACKAGE_JSON_C=y
|
|||||||
BR2_PACKAGE_LIBXML2=y
|
BR2_PACKAGE_LIBXML2=y
|
||||||
BR2_PACKAGE_LIBXMLPP=y
|
BR2_PACKAGE_LIBXMLPP=y
|
||||||
# BR2_PACKAGE_LIBXMLRPC is not set
|
# BR2_PACKAGE_LIBXMLRPC is not set
|
||||||
# BR2_PACKAGE_LIBXMLRPC_TOOLS_XMLRPC is not set
|
|
||||||
# BR2_PACKAGE_LIBXSLT is not set
|
# BR2_PACKAGE_LIBXSLT is not set
|
||||||
# BR2_PACKAGE_LIBYAML is not set
|
# BR2_PACKAGE_LIBYAML is not set
|
||||||
# BR2_PACKAGE_MXML is not set
|
# BR2_PACKAGE_MXML is not set
|
||||||
@@ -4322,5 +4324,3 @@ BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR=""
|
|||||||
# BR2_BINUTILS_VERSION_2_22 is not set
|
# BR2_BINUTILS_VERSION_2_22 is not set
|
||||||
# BR2_PACKAGE_GPU_VIV_BIN_MX6Q is not set
|
# BR2_PACKAGE_GPU_VIV_BIN_MX6Q is not set
|
||||||
# BR2_TARGET_UBOOT_NETWORK is not set
|
# BR2_TARGET_UBOOT_NETWORK is not set
|
||||||
|
|
||||||
BR2_PACKAGE_LIBICONV=y
|
|
||||||
|
|||||||
Reference in New Issue
Block a user