diff options
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 21 |
1 files changed, 10 insertions, 11 deletions
@@ -192,8 +192,8 @@ | |||
192 | // enable ls -L | 192 | // enable ls -L |
193 | #define BB_FEATURE_LS_FOLLOWLINKS | 193 | #define BB_FEATURE_LS_FOLLOWLINKS |
194 | // | 194 | // |
195 | // Change ping implementation -- simplified, featureless, but really small. | 195 | // Disable for a smaller (but less functional) ping |
196 | //#define BB_FEATURE_SIMPLE_PING | 196 | #define BB_FEATURE_FANCY_PING |
197 | // | 197 | // |
198 | // Make init use a simplified /etc/inittab file (recommended). | 198 | // Make init use a simplified /etc/inittab file (recommended). |
199 | #define BB_FEATURE_USE_INITTAB | 199 | #define BB_FEATURE_USE_INITTAB |
@@ -213,9 +213,9 @@ | |||
213 | // enable syslogd -C | 213 | // enable syslogd -C |
214 | //#define BB_FEATURE_IPC_SYSLOG | 214 | //#define BB_FEATURE_IPC_SYSLOG |
215 | // | 215 | // |
216 | //Simple tail implementation (2.34k vs 3k for the full one). | 216 | //Disable for a simple tail implementation (2.34k vs 3k for the full one). |
217 | //Both provide 'tail -f', but this cuts out -c, -q, -s, and -v. | 217 | //Both provide 'tail -f', but this cuts out -c, -q, -s, and -v. |
218 | #define BB_FEATURE_SIMPLE_TAIL | 218 | #define BB_FEATURE_FANCY_TAIL |
219 | // | 219 | // |
220 | // Enable support for loop devices in mount | 220 | // Enable support for loop devices in mount |
221 | #define BB_FEATURE_MOUNT_LOOP | 221 | #define BB_FEATURE_MOUNT_LOOP |
@@ -273,12 +273,11 @@ | |||
273 | // Only relevant if BB_SH is enabled. Off by default. | 273 | // Only relevant if BB_SH is enabled. Off by default. |
274 | //#define BB_FEATURE_SH_APPLETS_ALWAYS_WIN | 274 | //#define BB_FEATURE_SH_APPLETS_ALWAYS_WIN |
275 | // | 275 | // |
276 | // Some deeply embedded systems don't have usernames or even hostnames, | 276 | // Uncomment this option for a fancy shell prompt that includes the |
277 | // and the default prompt can look rather hideous on them. Uncomment | 277 | // current username and hostname. On systems that don't have usernames |
278 | // this option for a simpler, path-only prompt (which was the default until | 278 | // or hostnames, this can look hideous. |
279 | // around BusyBox-0.48). On by default. | ||
280 | // Only relevant if BB_SH is enabled. | 279 | // Only relevant if BB_SH is enabled. |
281 | #define BB_FEATURE_SH_SIMPLE_PROMPT | 280 | //#define BB_FEATURE_SH_FANCY_PROMPT |
282 | // | 281 | // |
283 | //Turn on extra fbset options | 282 | //Turn on extra fbset options |
284 | //#define BB_FEATURE_FBSET_FANCY | 283 | //#define BB_FEATURE_FBSET_FANCY |
@@ -389,12 +388,12 @@ | |||
389 | #undef BB_FEATURE_COMMAND_EDITING | 388 | #undef BB_FEATURE_COMMAND_EDITING |
390 | #undef BB_FEATURE_COMMAND_TAB_COMPLETION | 389 | #undef BB_FEATURE_COMMAND_TAB_COMPLETION |
391 | #undef BB_FEATURE_COMMAND_USERNAME_COMPLETION | 390 | #undef BB_FEATURE_COMMAND_USERNAME_COMPLETION |
392 | #define BB_FEATURE_SH_SIMPLE_PROMPT | 391 | #undef BB_FEATURE_SH_FANCY_PROMPT |
393 | #endif | 392 | #endif |
394 | #else | 393 | #else |
395 | #undef BB_FEATURE_SH_APPLETS_ALWAYS_WIN | 394 | #undef BB_FEATURE_SH_APPLETS_ALWAYS_WIN |
396 | #undef BB_FEATURE_SH_STANDALONE_SHELL | 395 | #undef BB_FEATURE_SH_STANDALONE_SHELL |
397 | #undef BB_FEATURE_SH_SIMPLE_PROMPT | 396 | #undef BB_FEATURE_SH_FANCY_PROMPT |
398 | #endif | 397 | #endif |
399 | // | 398 | // |
400 | #ifdef BB_KILLALL | 399 | #ifdef BB_KILLALL |