forked from len0rd/rockbox
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
This commit is contained in:
parent
98493fd398
commit
4e5f948049
1 changed files with 2 additions and 2 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue