diff options
author | Elliott Hughes <enh@google.com> | 2019-11-22 14:45:37 -0800 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-11-23 10:28:10 -0600 |
commit | 05fe7ad1b632848978dc259e74f0aff741dd83d3 (patch) | |
tree | a0af6a957f532b6431265d72a4665af494cd0ea0 /kconfig | |
parent | 613fc6062ee21957284071e41d5915a18f31cf1f (diff) | |
download | toybox-05fe7ad1b632848978dc259e74f0aff741dd83d3.tar.gz |
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.
Diffstat (limited to 'kconfig')
-rw-r--r-- | kconfig/macos_miniconfig | 4 |
1 files changed, 4 insertions, 0 deletions
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 |