1
0
Fork 0
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:
Jens Arnold 2010-04-11 16:07:36 +00:00
parent af79fda077
commit beca69b3a6

2
tools/configure vendored
View file

@ -436,7 +436,7 @@ 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 power off enabled" echo "ATA power off enabled"
fi fi
;; ;;