summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure28
1 files changed, 26 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index e228a2fd39..dad1042b6b 100755
--- a/tools/configure
+++ b/tools/configure
@@ -460,8 +460,9 @@ toolsdir='\$(ROOTDIR)/tools'
460 echo "19 - iriver iFP-790" 460 echo "19 - iriver iFP-790"
461 echo "20 - Toshiba Gigabeat F" 461 echo "20 - Toshiba Gigabeat F"
462 echo "21 - iPod Mini 2G" 462 echo "21 - iPod Mini 2G"
463 echo "22 - iriver H10" 463 echo "22 - iriver H10 20Gb"
464 echo "23 - SanDisk Sansa e200" 464 echo "23 - SanDisk Sansa e200"
465 echo "24 - iriver H10 5/6Gb"
465 466
466 target_id=`input`; 467 target_id=`input`;
467 468
@@ -933,6 +934,29 @@ toolsdir='\$(ROOTDIR)/tools'
933 t_model="sansa-e200" 934 t_model="sansa-e200"
934 ;; 935 ;;
935 936
937 24)
938 archos="h10_5gb"
939 target="-DIRIVER_H10_5GB"
940 memory=32 # always
941 arm7tdmicc
942 tool="$rootdir/tools/mkmi4.sh h10_5gb"
943 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
944 bmp2rb_native="$rootdir/tools/bmp2rb -f 5"
945 output="H10.mi4"
946 appextra="recorder:gui"
947 archosrom=""
948 flash=""
949 plugins="yes"
950 codecs="libmad liba52 libffmpegFLAC libTremor libwavpack dumb libmusepack libalac libfaad libm4a"
951 # toolset is the tools within the tools directory that we build for
952 # this particular target.
953 toolset=$genericbitmaptools
954 # architecture, manufacturer and model for the target-tree build
955 t_cpu="arm"
956 t_manufacturer="iriver"
957 t_model="h10"
958 ;;
959
936 *) 960 *)
937 echo "Please select an actual target platform!" 961 echo "Please select an actual target platform!"
938 exit 962 exit
@@ -988,7 +1012,7 @@ fi
988 case $option in 1012 case $option in
989 [Bb]) 1013 [Bb])
990 case $archos in 1014 case $archos in
991 h100|h120|h300|x5|ipodcolor|ipodnano|ipodvideo|ipod3g|ipod4g|ipodmini|ipodmini2g|gigabeatf|h10|e200) 1015 h100|h120|h300|x5|ipodcolor|ipodnano|ipodvideo|ipod3g|ipod4g|ipodmini|ipodmini2g|gigabeatf|h10|e200|h10_5gb)
992 extradefines="-DBOOTLOADER" # for target makefile symbol EXTRA_DEFINES 1016 extradefines="-DBOOTLOADER" # for target makefile symbol EXTRA_DEFINES
993 appsdir='\$(ROOTDIR)/bootloader' 1017 appsdir='\$(ROOTDIR)/bootloader'
994 apps="bootloader" 1018 apps="bootloader"