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
|
interact=1
|
||||||
echo ""
|
echo ""
|
||||||
echo "Enter your developer options (press enter when done)"
|
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
|
if [ "$memory" = "2" ]; then
|
||||||
printf ", (8)MB MOD"
|
printf ", (8)MB MOD"
|
||||||
fi
|
fi
|
||||||
|
@ -408,7 +408,7 @@ whichadvanced () {
|
||||||
echo "logf() support enabled"
|
echo "logf() support enabled"
|
||||||
logf="yes"
|
logf="yes"
|
||||||
;;
|
;;
|
||||||
[Bb])
|
[Cc])
|
||||||
echo "bootchart enabled (logf also enabled)"
|
echo "bootchart enabled (logf also enabled)"
|
||||||
bootchart="yes"
|
bootchart="yes"
|
||||||
logf="yes"
|
logf="yes"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue