diff options
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -302,6 +302,9 @@ | |||
302 | // Only relevant if a shell is enabled. | 302 | // Only relevant if a shell is enabled. |
303 | //#define BB_FEATURE_SH_FANCY_PROMPT | 303 | //#define BB_FEATURE_SH_FANCY_PROMPT |
304 | // | 304 | // |
305 | //Make interactive shells not print busybox messages | ||
306 | //#define BB_FEATURE_SH_EXTRA_QUIET | ||
307 | // | ||
305 | //Turn on extra fbset options | 308 | //Turn on extra fbset options |
306 | //#define BB_FEATURE_FBSET_FANCY | 309 | //#define BB_FEATURE_FBSET_FANCY |
307 | // | 310 | // |