diff options
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -147,12 +147,12 @@ | |||
147 | // If you enabled BB_SH above, you may select one of the following shells. | 147 | // If you enabled BB_SH above, you may select one of the following shells. |
148 | // You can only select ONE of the following shells. Sorry. | 148 | // You can only select ONE of the following shells. Sorry. |
149 | // | 149 | // |
150 | // lash is the very smallest shell (adds just 10k) and it is quite usable as a | 150 | // lash is the very smallest shell (adds just 10k) and it is quite usable as |
151 | // command prompt, but it is not suitable for any but the most trivial scripting | 151 | // a command prompt, but it is not suitable for any but the most trivial |
152 | // (such as an initrd that calls insmod a few times) since it does not | 152 | // scripting (such as an initrd that calls insmod a few times) since it does |
153 | // understand Bourne shell grammer. It does handle pipes, redirects, and job | 153 | // not understand Bourne shell grammer. It does handle pipes, redirects, and |
154 | // control though. Adding in command editing makes it very nice lightweight | 154 | // job control though. Adding in command editing makes it very nice |
155 | // command prompt. | 155 | // lightweight command prompt. |
156 | //#define BB_FEATURE_LASH | 156 | //#define BB_FEATURE_LASH |
157 | // | 157 | // |
158 | // hush is also quite small (just 18k) and it has very complete Bourne shell | 158 | // hush is also quite small (just 18k) and it has very complete Bourne shell |
@@ -164,10 +164,10 @@ | |||
164 | // msh: The minix shell (adds just 30k) is quite complete and handles things | 164 | // msh: The minix shell (adds just 30k) is quite complete and handles things |
165 | // like for/do/done, case/esac and all the things you expect a Bourne shell to | 165 | // like for/do/done, case/esac and all the things you expect a Bourne shell to |
166 | // do. It is not always pedantically correct about Bourne shell grammer (try | 166 | // do. It is not always pedantically correct about Bourne shell grammer (try |
167 | // running the shell testscript "tests/sh.testcases" on it and compare vs | 167 | // running the shell testscript "tests/sh.testcases" on it and compare vs bash) |
168 | // bash) but for most things it works quite well. It also uses only vfork, so | 168 | // but for most things it works quite well. It also uses only vfork, so it can |
169 | // it can be used on uClinux systems. This was only recently added, so there is | 169 | // be used on uClinux systems. This was only recently added, so there is still |
170 | // still room to shrink it further... | 170 | // room to shrink it further... |
171 | #define BB_FEATURE_MSH | 171 | #define BB_FEATURE_MSH |
172 | // | 172 | // |
173 | // ash: This adds about 60k in the default configuration and is the most | 173 | // ash: This adds about 60k in the default configuration and is the most |
@@ -354,7 +354,7 @@ | |||
354 | // Enable busybox --install [-s] | 354 | // Enable busybox --install [-s] |
355 | // to create links (or symlinks) for all the commands that are | 355 | // to create links (or symlinks) for all the commands that are |
356 | // compiled into the binary. (needs /proc filesystem) | 356 | // compiled into the binary. (needs /proc filesystem) |
357 | // #define BB_FEATURE_INSTALLER | 357 | //#define BB_FEATURE_INSTALLER |
358 | // | 358 | // |
359 | // Enable a nifty progress meter in wget (adds just under 2k) | 359 | // Enable a nifty progress meter in wget (adds just under 2k) |
360 | #define BB_FEATURE_WGET_STATUSBAR | 360 | #define BB_FEATURE_WGET_STATUSBAR |