summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure23
1 files changed, 22 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 5b007e9aa4..67fc18917a 100755
--- a/tools/configure
+++ b/tools/configure
@@ -911,7 +911,8 @@ cat <<EOF
911 120) VX747 ==Meizu== 60) Sansa Clipv2 911 120) VX747 ==Meizu== 60) Sansa Clipv2
912 121) VX767 110) M6SL 61) Sansa View 912 121) VX767 110) M6SL 61) Sansa View
913 122) VX747+ 111) M6SP 62) Sansa Clip+ 913 122) VX747+ 111) M6SP 62) Sansa Clip+
914 123) VX777 112) M3 914 123) VX777 112) M3 63) Sansa Fuze v2
915
915 ==Logik== 916 ==Logik==
916 ==Samsung== ==Tatung== 80) DAX 1GB MP3/DAB 917 ==Samsung== ==Tatung== 80) DAX 1GB MP3/DAB
917 140) YH-820 150) Elio TPJ-1022 918 140) YH-820 150) Elio TPJ-1022
@@ -2078,6 +2079,26 @@ fi
2078 arm926ejscc 2079 arm926ejscc
2079 ;; 2080 ;;
2080 2081
2082 63|sansafuzev2)
2083 target_id=68
2084 modelname="sansafuzev2"
2085 target="-DSANSA_FUZEV2"
2086 memory=8 # not sure
2087 arm926ejscc
2088 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
2089 bmp2rb_native="$bmp2rb_mono"
2090 tool="$rootdir/tools/scramble -add=fuz2"
2091 output="rockbox.sansa"
2092 bootoutput="bootloader-fuzev2.sansa"
2093 appextra="recorder:gui"
2094 plugins=#"yes"
2095 swcodec="yes"
2096 toolset=$scramblebitmaptools
2097 t_cpu="arm"
2098 t_manufacturer="as3525"
2099 t_model="sansa-fuzev2"
2100 ;;
2101
2081 150|tatungtpj1022) 2102 150|tatungtpj1022)
2082 target_id=25 2103 target_id=25
2083 modelname="tatungtpj1022" 2104 modelname="tatungtpj1022"