forked from len0rd/rockbox
Fix red archos bootloaders
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14217 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1ff0c351f7
commit
77302644d0
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -1318,7 +1318,7 @@ fi
|
||||||
|
|
||||||
case $option in
|
case $option in
|
||||||
[Bb])
|
[Bb])
|
||||||
if test -n "$archosrom"; then
|
if test $t_manufacturer = "archos"; then
|
||||||
# Archos SH-based players do this somewhat differently for
|
# Archos SH-based players do this somewhat differently for
|
||||||
# some reason
|
# some reason
|
||||||
appsdir='\$(ROOTDIR)/flash/bootbox'
|
appsdir='\$(ROOTDIR)/flash/bootbox'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue