From 117ad91642c026742f18f21e14b597bacfa8771f Mon Sep 17 00:00:00 2001 From: Viktor <35473052+viktorxda@users.noreply.github.com> Date: Tue, 18 Jul 2023 19:05:21 +0200 Subject: [PATCH] Hisilicon: add exfat driver for hi3516ev300 ultimate --- br-ext-chip-hisilicon/configs/hi3516ev300_ultimate_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/br-ext-chip-hisilicon/configs/hi3516ev300_ultimate_defconfig b/br-ext-chip-hisilicon/configs/hi3516ev300_ultimate_defconfig index e07f1e4a..bb8c3d7d 100644 --- a/br-ext-chip-hisilicon/configs/hi3516ev300_ultimate_defconfig +++ b/br-ext-chip-hisilicon/configs/hi3516ev300_ultimate_defconfig @@ -59,6 +59,8 @@ BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/package/all-patches" # OpenIPC packages BR2_PACKAGE_BUSYBOX_CONFIG="$(BR2_EXTERNAL)/package/busybox/busybox.config" BR2_PACKAGE_DROPBEAR_OPENIPC=y +BR2_PACKAGE_EXFAT_OPENIPC=y +BR2_PACKAGE_EXFATPROGS=y # BR2_PACKAGE_FDK_AAC_OPENIPC is not set BR2_PACKAGE_UBOOT_TOOLS=y BR2_PACKAGE_HASERL=y