summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-11-16 22:17:05 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-11-16 22:17:05 +0000
commitc6bf8e62d1b9d7c0e22226bde12e3ce913d58fa1 (patch)
tree5cbc0dde942522f9e7b338ff6c3e11767a0bf9f8 /tools/configure
parent5b2cba17aa95ececfdb6a498540de4dfa215e920 (diff)
downloadrockbox-c6bf8e62d1b9d7c0e22226bde12e3ce913d58fa1.tar.gz
rockbox-c6bf8e62d1b9d7c0e22226bde12e3ce913d58fa1.zip
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-xtools/configure2
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
649 case $option in 649 case $option in
650 [Bb]) 650 [Bb])
651 case $archos in 651 case $archos in
652 h100|h120|ipodcolor|ipodnano) 652 h100|h120|h300|ipodcolor|ipodnano)
653 extradefines="-DBOOTLOADER" # for target makefile symbol EXTRA_DEFINES 653 extradefines="-DBOOTLOADER" # for target makefile symbol EXTRA_DEFINES
654 appsdir='\$(ROOTDIR)/bootloader' 654 appsdir='\$(ROOTDIR)/bootloader'
655 apps="bootloader" 655 apps="bootloader"