diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-16 22:17:05 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-16 22:17:05 +0000 |
commit | c6bf8e62d1b9d7c0e22226bde12e3ce913d58fa1 (patch) | |
tree | 5cbc0dde942522f9e7b338ff6c3e11767a0bf9f8 /tools/configure | |
parent | 5b2cba17aa95ececfdb6a498540de4dfa215e920 (diff) |
Correct bootloader type for h300
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7913 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index ca2cec5d09..bb6e3e1645 100755 --- a/tools/configure +++ b/tools/configure @@ -649,7 +649,7 @@ fi case $option in [Bb]) case $archos in - h100|h120|ipodcolor|ipodnano) + h100|h120|h300|ipodcolor|ipodnano) extradefines="-DBOOTLOADER" # for target makefile symbol EXTRA_DEFINES appsdir='\$(ROOTDIR)/bootloader' apps="bootloader" |