summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure36
1 files changed, 28 insertions, 8 deletions
diff --git a/tools/configure b/tools/configure
index d14875aef1..33c272d1b1 100755
--- a/tools/configure
+++ b/tools/configure
@@ -900,14 +900,14 @@ cat <<EOF
900 ==Onda== 59) Sansa c200v2 900 ==Onda== 59) Sansa c200v2
901 120) VX747 ==Meizu== 60) Sansa Clipv2 901 120) VX747 ==Meizu== 60) Sansa Clipv2
902 121) VX767 110) M6SL 61) Sansa View 902 121) VX767 110) M6SL 61) Sansa View
903 122) VX747+ 111) M6SP 903 122) VX747+ 111) M6SP 62) Sansa Clip+
904 123) VX777 112) M3 ==Logik== 904 123) VX777 112) M3
905 80) DAX 1GB MP3/DAB 905 ==Logik==
906 ==Samsung== ==Tatung== 906 ==Samsung== ==Tatung== 80) DAX 1GB MP3/DAB
907 140) YH-820 150) Elio TPJ-1022 ==Lyre project== 907 140) YH-820 150) Elio TPJ-1022
908 141) YH-920 130) Lyre proto 1 908 141) YH-920 ==Lyre project==1
909 142) YH-925 131) Mini2440 909 142) YH-925 130) Lyre proto 1
910 143) YP-S3 910 143) YP-S3 131) Mini2440
911EOF 911EOF
912 912
913 buildfor=`input`; 913 buildfor=`input`;
@@ -2048,6 +2048,26 @@ fi
2048 t_model="sansa-view" 2048 t_model="sansa-view"
2049 ;; 2049 ;;
2050 2050
2051 62|sansaclipplus)
2052 target_id=66
2053 modelname="sansaclipplus"
2054 target="-DSANSA_CLIPPLUS"
2055 memory=8
2056 arm926ejscc
2057 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
2058 bmp2rb_native="$bmp2rb_mono"
2059 tool="$rootdir/tools/scramble -add=cli+"
2060 output="rockbox.sansa"
2061 bootoutput="bootloader-clipplus.sansa"
2062 appextra="recorder:gui"
2063 plugins="yes"
2064 swcodec="yes"
2065 toolset=$scramblebitmaptools
2066 t_cpu="arm"
2067 t_manufacturer="as3525"
2068 t_model="sansa-clipplus"
2069 ;;
2070
2051 150|tatungtpj1022) 2071 150|tatungtpj1022)
2052 target_id=25 2072 target_id=25
2053 modelname="tatungtpj1022" 2073 modelname="tatungtpj1022"