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
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -436,7 +436,7 @@ whichadvanced () {
|
|||
;;
|
||||
[Aa])
|
||||
if [ "$modelname" = "archosplayer" ]; then
|
||||
have_ata_poweroff="#define HAVE_ATA_POWEROFF"
|
||||
have_ata_poweroff="#define HAVE_ATA_POWER_OFF"
|
||||
echo "ATA power off enabled"
|
||||
fi
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue