summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-08-06 15:50:39 +0000
committerNils Wallménius <nils@rockbox.org>2007-08-06 15:50:39 +0000
commit77302644d00d9aab5b2a4c40155125324b22d1fa (patch)
tree8d2fb4cbd4c06d0a6f01e13ed33e7770531c8b91
parent1ff0c351f77ad14f4a53c7c87b9b9a20c653a2d8 (diff)
downloadrockbox-77302644d00d9aab5b2a4c40155125324b22d1fa.tar.gz
rockbox-77302644d00d9aab5b2a4c40155125324b22d1fa.zip
Fix red archos bootloaders
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14217 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 0a40b7c7e5..c06ebdad9f 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1318,7 +1318,7 @@ fi
1318 1318
1319 case $option in 1319 case $option in
1320 [Bb]) 1320 [Bb])
1321 if test -n "$archosrom"; then 1321 if test $t_manufacturer = "archos"; then
1322 # Archos SH-based players do this somewhat differently for 1322 # Archos SH-based players do this somewhat differently for
1323 # some reason 1323 # some reason
1324 appsdir='\$(ROOTDIR)/flash/bootbox' 1324 appsdir='\$(ROOTDIR)/flash/bootbox'