diff options
| author | Torne Wuff <torne@wolfpuppy.org.uk> | 2010-04-02 14:19:22 +0000 |
|---|---|---|
| committer | Torne Wuff <torne@wolfpuppy.org.uk> | 2010-04-02 14:19:22 +0000 |
| commit | 4e5f9480498e1796e15fe62662b6d103f1c53e35 (patch) | |
| tree | 7f4308a4f2f64e4fa8beff60cb8397f53d2cc185 | |
| parent | 98493fd3989c8ef8e332fa3dd2fc8da5df934eab (diff) | |
| download | rockbox-4e5f9480498e1796e15fe62662b6d103f1c53e35.zip rockbox-4e5f9480498e1796e15fe62662b6d103f1c53e35.tar.gz rockbox-4e5f9480498e1796e15fe62662b6d103f1c53e35.tar.bz2 rockbox-4e5f9480498e1796e15fe62662b6d103f1c53e35.tar.xz | |
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
| -rwxr-xr-x | tools/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index d905b50..4449d4f 100755 --- a/tools/configure +++ b/tools/configure @@ -367,7 +367,7 @@ whichadvanced () { interact=1 echo "" echo "Enter your developer options (press enter when done)" - printf "(D)EBUG, (L)ogf, (B)ootchart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile" + printf "(D)EBUG, (L)ogf, Boot(c)hart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile" if [ "$memory" = "2" ]; then printf ", (8)MB MOD" fi @@ -408,7 +408,7 @@ whichadvanced () { echo "logf() support enabled" logf="yes" ;; - [Bb]) + [Cc]) echo "bootchart enabled (logf also enabled)" bootchart="yes" logf="yes" |