summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure16
1 files changed, 15 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 939976597c..48d54f0bc2 100755
--- a/tools/configure
+++ b/tools/configure
@@ -51,7 +51,7 @@ coldfirecc () {
51 51
52whichaddr () { 52whichaddr () {
53 case $archos in 53 case $archos in
54 gmini120) 54 gmini120|gminisp)
55 echo "" 55 echo ""
56 echo "Where do you want the firmware to be flashed?" 56 echo "Where do you want the firmware to be flashed?"
57 echo "WARNING: Do not answer this question lightly," 57 echo "WARNING: Do not answer this question lightly,"
@@ -293,6 +293,7 @@ if [ -z "$archos" ]; then
293 echo "3 - Archos FM Recorder" 293 echo "3 - Archos FM Recorder"
294 echo "4 - Archos Recorder v2" 294 echo "4 - Archos Recorder v2"
295 echo "5 - Archos Gmini 120" 295 echo "5 - Archos Gmini 120"
296 echo "6 - Archos Gmini SP"
296 echo "7 - Archos Ondio SP" 297 echo "7 - Archos Ondio SP"
297 echo "8 - Archos Ondio FM" 298 echo "8 - Archos Ondio FM"
298 echo "9 - Iriver H100" 299 echo "9 - Iriver H100"
@@ -350,6 +351,19 @@ if [ -z "$archos" ]; then
350 plugins="" # disabled for now, enable later on 351 plugins="" # disabled for now, enable later on
351 ;; 352 ;;
352 353
354 6)
355 archos="gminisp"
356 target="-DARCHOS_GMINISP -DLOADADDRESS=\$(LOADADDRESS)"
357 memory=16 # fixed size (16 is a guess, remove comment when checked)
358 calmrisccc
359 tool="cp" # might work for now!
360 output="rockbox.gmini"
361 appextra="recorder"
362 archosrom=""
363 flash=""
364 plugins="" # disabled for now, enable later on
365 ;;
366
353 7) 367 7)
354 archos="ondiosp" 368 archos="ondiosp"
355 target="-DARCHOS_ONDIOSP" 369 target="-DARCHOS_ONDIOSP"