From a24e49a83be7d2c1886d629717ae5005eb32e9fe Mon Sep 17 00:00:00 2001 From: Giulio Date: Fri, 18 Sep 2020 14:09:03 +0200 Subject: [PATCH] Fixed missing mkdir mktemp --- buildroot/board/tiesse/tgr/busybox.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildroot/board/tiesse/tgr/busybox.config b/buildroot/board/tiesse/tgr/busybox.config index 5c0cc3d..5a35f89 100644 --- a/buildroot/board/tiesse/tgr/busybox.config +++ b/buildroot/board/tiesse/tgr/busybox.config @@ -268,10 +268,10 @@ CONFIG_SHA3SUM=y # Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum # CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y -# CONFIG_MKDIR is not set +CONFIG_MKDIR=y CONFIG_MKFIFO=y # CONFIG_MKNOD is not set -# CONFIG_MKTEMP is not set +CONFIG_MKTEMP=y CONFIG_MV=y # CONFIG_NICE is not set # CONFIG_NL is not set