diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-02-03 23:58:01 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-02-03 23:58:01 +0000 |
commit | 97f38e563226e72d440c2f22e9a261ed13bea5d2 (patch) | |
tree | 0f3c7e3c7585273ec93ae6f0f21e923e4f6e1c2d | |
parent | 91f08b5a24283827c15baec98e55d15d31c5a678 (diff) |
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
-rwxr-xr-x | tools/configure | 2 |
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 case $option in [Bb]) case $archos in - h100|h120|h300|ipodcolor|ipodnano|ipodvideo) + h100|h120|h300|x5|ipodcolor|ipodnano|ipodvideo) extradefines="-DBOOTLOADER" # for target makefile symbol EXTRA_DEFINES appsdir='\$(ROOTDIR)/bootloader' apps="bootloader" |