diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 5adc3e57f..474c3c368 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -161,6 +161,9 @@ // enable ls -p and -F #define BB_FEATURE_LS_FILETYPES // +// sort the file names +#define BB_FEATURE_LS_SORTFILES +// // enable ls -R #define BB_FEATURE_LS_RECURSIVE // |