forked from len0rd/rockbox
Fix ATA power off builds for the Player so they actually use ATA power off.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25591 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
af79fda077
commit
beca69b3a6
1 changed files with 2 additions and 2 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
@ -436,8 +436,8 @@ whichadvanced () {
|
||||||
;;
|
;;
|
||||||
[Aa])
|
[Aa])
|
||||||
if [ "$modelname" = "archosplayer" ]; then
|
if [ "$modelname" = "archosplayer" ]; then
|
||||||
have_ata_poweroff="#define HAVE_ATA_POWEROFF"
|
have_ata_poweroff="#define HAVE_ATA_POWER_OFF"
|
||||||
echo "ATA poweroff enabled"
|
echo "ATA power off enabled"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
[Bb])
|
[Bb])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue