summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorTorne Wuff <torne@wolfpuppy.org.uk>2010-04-02 14:19:22 +0000
committerTorne Wuff <torne@wolfpuppy.org.uk>2010-04-02 14:19:22 +0000
commit4e5f9480498e1796e15fe62662b6d103f1c53e35 (patch)
tree7f4308a4f2f64e4fa8beff60cb8397f53d2cc185 /tools/configure
parent98493fd3989c8ef8e332fa3dd2fc8da5df934eab (diff)
downloadrockbox-4e5f9480498e1796e15fe62662b6d103f1c53e35.tar.gz
rockbox-4e5f9480498e1796e15fe62662b6d103f1c53e35.zip
Change bootchart to be "c" in configure, instead of "b" which clashes with the ondio backlight mod
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25436 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index d905b505af..4449d4fb02 100755
--- a/tools/configure
+++ b/tools/configure
@@ -367,7 +367,7 @@ whichadvanced () {
367 interact=1 367 interact=1
368 echo "" 368 echo ""
369 echo "Enter your developer options (press enter when done)" 369 echo "Enter your developer options (press enter when done)"
370 printf "(D)EBUG, (L)ogf, (B)ootchart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile" 370 printf "(D)EBUG, (L)ogf, Boot(c)hart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile"
371 if [ "$memory" = "2" ]; then 371 if [ "$memory" = "2" ]; then
372 printf ", (8)MB MOD" 372 printf ", (8)MB MOD"
373 fi 373 fi
@@ -408,7 +408,7 @@ whichadvanced () {
408 echo "logf() support enabled" 408 echo "logf() support enabled"
409 logf="yes" 409 logf="yes"
410 ;; 410 ;;
411 [Bb]) 411 [Cc])
412 echo "bootchart enabled (logf also enabled)" 412 echo "bootchart enabled (logf also enabled)"
413 bootchart="yes" 413 bootchart="yes"
414 logf="yes" 414 logf="yes"