From 519a6c8736e3d48257790de36d42051f16204728 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Mon, 30 Aug 2021 20:35:09 +0200 Subject: [PATCH] Add FMT Add FMT Signed-off-by: Bensuperpc --- linux-arm64-full/buildroot.config | 2 +- linux-x86_64-full/buildroot.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-arm64-full/buildroot.config b/linux-arm64-full/buildroot.config index a9ba866..e461692 100644 --- a/linux-arm64-full/buildroot.config +++ b/linux-arm64-full/buildroot.config @@ -2310,7 +2310,7 @@ BR2_PACKAGE_PROTOBUF=y # # BR2_PACKAGE_AUGEAS is not set # BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_FMT is not set +BR2_PACKAGE_FMT=y # BR2_PACKAGE_FSTRCMP is not set # BR2_PACKAGE_ICU is not set # BR2_PACKAGE_INIH is not set diff --git a/linux-x86_64-full/buildroot.config b/linux-x86_64-full/buildroot.config index 063cdd6..d3047fb 100644 --- a/linux-x86_64-full/buildroot.config +++ b/linux-x86_64-full/buildroot.config @@ -2289,7 +2289,7 @@ BR2_PACKAGE_PROTOBUF=y # # BR2_PACKAGE_AUGEAS is not set # BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_FMT is not set +BR2_PACKAGE_FMT=y # BR2_PACKAGE_FSTRCMP is not set # BR2_PACKAGE_ICU is not set # BR2_PACKAGE_INIH is not set