summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-15 18:32:01 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-15 18:32:01 +0200
commitee120a704a2d193bb763c87e31fce38c58f75d1e (patch)
tree17bbe706d88c90d1414f8e00568043c91db6320b /package/busybox
parentb222dca1c9a61e7921ba22fbcf8c1349370058dd (diff)
add fancy prompt with hostname
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/config/shell/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/shell/Config.in b/package/busybox/config/shell/Config.in
index 30ed639c2..6535f3eb6 100644
--- a/package/busybox/config/shell/Config.in
+++ b/package/busybox/config/shell/Config.in
@@ -130,7 +130,7 @@ config BUSYBOX_ASH_RANDOM_SUPPORT
config BUSYBOX_ASH_EXPAND_PRMT
bool "Expand prompt string"
- default n
+ default y
depends on BUSYBOX_ASH
help
"PS#" may contain volatile content, such as backquote commands.