From a658fbf7fdbb9e0a3264331eb78a13c43c76b406 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sun, 7 Nov 2021 19:51:58 +1100 Subject: [PATCH] virtual/image: add exfatprogs as a dependancy --- packages/virtual/image/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/virtual/image/package.mk b/packages/virtual/image/package.mk index 45fe7349a3..5c2ea09af8 100644 --- a/packages/virtual/image/package.mk +++ b/packages/virtual/image/package.mk @@ -4,7 +4,7 @@ PKG_NAME="image" PKG_LICENSE="GPL" PKG_SITE="https://libreelec.tv" -PKG_DEPENDS_TARGET="toolchain squashfs-tools:host dosfstools:host fakeroot:host kmod:host mtools:host populatefs:host libc gcc linux linux-drivers linux-firmware ${BOOTLOADER} busybox util-linux corefonts network misc-packages debug" +PKG_DEPENDS_TARGET="toolchain squashfs-tools:host dosfstools:host fakeroot:host kmod:host mtools:host populatefs:host libc gcc linux linux-drivers linux-firmware ${BOOTLOADER} busybox util-linux corefonts network misc-packages debug exfatprogs" PKG_SECTION="virtual" PKG_LONGDESC="Root package used to build and create complete image"