diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-07 17:28:53 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-07 17:28:53 +0000 |
commit | a42982e8f569417e93bc3b47c501cbe83a5bfade (patch) | |
tree | a28be75735aa78f38cf8464f874857fd0132c664 /busybox.def.h | |
parent | 1f6262b8e2b4225a028b016fed4a3a9ee717b540 (diff) | |
download | busybox-w32-a42982e8f569417e93bc3b47c501cbe83a5bfade.tar.gz busybox-w32-a42982e8f569417e93bc3b47c501cbe83a5bfade.tar.bz2 busybox-w32-a42982e8f569417e93bc3b47c501cbe83a5bfade.zip |
* Fixed 'swapon -a' and 'swapoff -a', which were broken.
* Fixed 'mount -a' so it works as expected.
* Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE)
-Erik
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 3b7c8bf26..11a791ef4 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -154,6 +154,9 @@ | |||
154 | // enable ls -p and -F | 154 | // enable ls -p and -F |
155 | #define BB_FEATURE_LS_FILETYPES | 155 | #define BB_FEATURE_LS_FILETYPES |
156 | // | 156 | // |
157 | // enable ls -R | ||
158 | #define BB_FEATURE_LS_RECURSIVE | ||
159 | // | ||
157 | // Change ping implementation -- simplified, featureless, but really small. | 160 | // Change ping implementation -- simplified, featureless, but really small. |
158 | //#define BB_SIMPLE_PING | 161 | //#define BB_SIMPLE_PING |
159 | // | 162 | // |