Fixed missing mkdir mktemp
This commit is contained in:
parent
c5b4e7107b
commit
a24e49a83b
@ -268,10 +268,10 @@ CONFIG_SHA3SUM=y
|
|||||||
# Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum
|
# Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum
|
||||||
#
|
#
|
||||||
CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y
|
CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y
|
||||||
# CONFIG_MKDIR is not set
|
CONFIG_MKDIR=y
|
||||||
CONFIG_MKFIFO=y
|
CONFIG_MKFIFO=y
|
||||||
# CONFIG_MKNOD is not set
|
# CONFIG_MKNOD is not set
|
||||||
# CONFIG_MKTEMP is not set
|
CONFIG_MKTEMP=y
|
||||||
CONFIG_MV=y
|
CONFIG_MV=y
|
||||||
# CONFIG_NICE is not set
|
# CONFIG_NICE is not set
|
||||||
# CONFIG_NL is not set
|
# CONFIG_NL is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user