diff options
-rw-r--r-- | busybox.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/busybox.def.h b/busybox.def.h index ff8a6ce81..7c5e0c0d0 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -158,8 +158,8 @@ | |||
158 | // enable ls -p and -F | 158 | // enable ls -p and -F |
159 | #define BB_FEATURE_LS_FILETYPES | 159 | #define BB_FEATURE_LS_FILETYPES |
160 | // | 160 | // |
161 | // sort the file names | 161 | // sort the file names (still a bit buggy) |
162 | #define BB_FEATURE_LS_SORTFILES | 162 | //#define BB_FEATURE_LS_SORTFILES |
163 | // | 163 | // |
164 | // enable ls -R | 164 | // enable ls -R |
165 | #define BB_FEATURE_LS_RECURSIVE | 165 | #define BB_FEATURE_LS_RECURSIVE |