summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2010-04-11 16:07:36 +0000
committerJens Arnold <amiconn@rockbox.org>2010-04-11 16:07:36 +0000
commitbeca69b3a640e1197822265b23b6419effff686c (patch)
treeefc21774982d3ebfe680be77bee27e16a874dc09 /tools/configure
parentaf79fda0773d335260bdeebf534f4746bab84dbf (diff)
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
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index 82f9cfb00f..87646148f2 100755
--- a/tools/configure
+++ b/tools/configure
@@ -436,8 +436,8 @@ whichadvanced () {
;;
[Aa])
if [ "$modelname" = "archosplayer" ]; then
- have_ata_poweroff="#define HAVE_ATA_POWEROFF"
- echo "ATA poweroff enabled"
+ have_ata_poweroff="#define HAVE_ATA_POWER_OFF"
+ echo "ATA power off enabled"
fi
;;
[Bb])