From 05fe7ad1b632848978dc259e74f0aff741dd83d3 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 22 Nov 2019 14:45:37 -0800 Subject: macos_miniconfig: add cp, mktemp, and mv. All three have been in use for the Android build for a while now, and all the tests pass. --- kconfig/macos_miniconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kconfig') diff --git a/kconfig/macos_miniconfig b/kconfig/macos_miniconfig index 204afde7..ac4af149 100644 --- a/kconfig/macos_miniconfig +++ b/kconfig/macos_miniconfig @@ -10,6 +10,8 @@ CONFIG_CKSUM=y CONFIG_CRC32=y CONFIG_CMP=y CONFIG_COMM=y +CONFIG_CP=y +CONFIG_CP_PRESERVE=y CONFIG_CPIO=y CONFIG_CUT=y CONFIG_DATE=y @@ -38,6 +40,8 @@ CONFIG_LOGGER=y CONFIG_LS=y CONFIG_MKDIR=y CONFIG_MKFIFO=y +CONFIG_MKTEMP=y +CONFIG_MV=y CONFIG_NICE=y CONFIG_NL=y CONFIG_NOHUP=y -- cgit v1.2.3