diff options
author | Elliott Hughes <enh@google.com> | 2021-02-22 18:24:18 -0800 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2021-02-23 01:02:13 -0600 |
commit | d57dddaf264c57df6e7efdcd294d39060ae3e199 (patch) | |
tree | 251acbcdcbfa4a65a7b595f18c0ec72da5c557bb /kconfig | |
parent | 1f9e37e36117c51a17f017143f1b68787d913979 (diff) | |
download | toybox-d57dddaf264c57df6e7efdcd294d39060ae3e199.tar.gz |
Add df to the macOS default configuration.
"Works for me".
Diffstat (limited to 'kconfig')
-rw-r--r-- | kconfig/macos_miniconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kconfig/macos_miniconfig b/kconfig/macos_miniconfig index 775d8d6b..26c21b15 100644 --- a/kconfig/macos_miniconfig +++ b/kconfig/macos_miniconfig @@ -14,6 +14,7 @@ CONFIG_CP=y CONFIG_CPIO=y CONFIG_CUT=y CONFIG_DATE=y +CONFIG_DF=y CONFIG_DIRNAME=y CONFIG_DU=y CONFIG_ECHO=y |