summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-02-03 23:58:01 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-02-03 23:58:01 +0000
commit97f38e563226e72d440c2f22e9a261ed13bea5d2 (patch)
tree0f3c7e3c7585273ec93ae6f0f21e923e4f6e1c2d /tools/configure
parent91f08b5a24283827c15baec98e55d15d31c5a678 (diff)
downloadrockbox-97f38e563226e72d440c2f22e9a261ed13bea5d2.tar.gz
rockbox-97f38e563226e72d440c2f22e9a261ed13bea5d2.zip
iAudio X5: Select the correct bootloader in the configure script
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8558 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index f8fef62fdb..252612176d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -814,7 +814,7 @@ fi
814 case $option in 814 case $option in
815 [Bb]) 815 [Bb])
816 case $archos in 816 case $archos in
817 h100|h120|h300|ipodcolor|ipodnano|ipodvideo) 817 h100|h120|h300|x5|ipodcolor|ipodnano|ipodvideo)
818 extradefines="-DBOOTLOADER" # for target makefile symbol EXTRA_DEFINES 818 extradefines="-DBOOTLOADER" # for target makefile symbol EXTRA_DEFINES
819 appsdir='\$(ROOTDIR)/bootloader' 819 appsdir='\$(ROOTDIR)/bootloader'
820 apps="bootloader" 820 apps="bootloader"