summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure36
1 files changed, 30 insertions, 6 deletions
diff --git a/tools/configure b/tools/configure
index dbbc4252d8..dee6bbfe09 100755
--- a/tools/configure
+++ b/tools/configure
@@ -894,12 +894,12 @@ cat <<EOF
894 90) Zen Vision:M 30GB 100) GoGear SA9200 55) Sansa Clip 894 90) Zen Vision:M 30GB 100) GoGear SA9200 55) Sansa Clip
895 91) Zen Vision:M 60GB 101) GoGear HDD1630/ 56) Sansa e200v2 895 91) Zen Vision:M 60GB 101) GoGear HDD1630/ 56) Sansa e200v2
896 92) Zen Vision HDD1830 57) Sansa m200v4 896 92) Zen Vision HDD1830 57) Sansa m200v4
897 58) Sansa Fuze 897 102) GoGear HDD6330 58) Sansa Fuze
898 ==Onda== ==Meizu== 59) Sansa c200v2 898 ==Onda== 59) Sansa c200v2
899 120) VX747 110) M6SL 60) Sansa Clipv2 899 120) VX747 ==Meizu== 60) Sansa Clipv2
900 121) VX767 111) M6SP 61) Sansa View 900 121) VX767 110) M6SL 61) Sansa View
901 122) VX747+ 112) M3 901 122) VX747+ 111) M6SP
902 123) VX777 ==Logik== 902 123) VX777 112) M3 ==Logik==
903 80) DAX 1GB MP3/DAB 903 80) DAX 1GB MP3/DAB
904 ==Samsung== ==Tatung== 904 ==Samsung== ==Tatung==
905 140) YH-820 150) Elio TPJ-1022 ==Lyre project== 905 140) YH-820 150) Elio TPJ-1022 ==Lyre project==
@@ -2120,6 +2120,30 @@ fi
2120 t_model="hdd1630" 2120 t_model="hdd1630"
2121 ;; 2121 ;;
2122 2122
2123 102|gogearhdd6330)
2124 target_id=65
2125 modelname="gogearhdd6330"
2126 target="-DPHILIPS_HDD6330"
2127 memory=32 # supposedly
2128 arm7tdmicc
2129 tool="$rootdir/tools/scramble -mi4v3 -model=6330 -type=RBOS"
2130 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
2131 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
2132 output="rockbox.mi4"
2133 appextra="recorder:gui"
2134 plugins=""
2135 swcodec="yes"
2136 boottool="$rootdir/tools/scramble -mi4v3 -model=6330 -type=RBBL"
2137 bootoutput="FWImage.ebn"
2138 # toolset is the tools within the tools directory that we build for
2139 # this particular target.
2140 toolset=$scramblebitmaptools
2141 # architecture, manufacturer and model for the target-tree build
2142 t_cpu="arm"
2143 t_manufacturer="philips"
2144 t_model="hdd6330"
2145 ;;
2146
2123 110|meizum6sl) 2147 110|meizum6sl)
2124 target_id=49 2148 target_id=49
2125 modelname="meizum6sl" 2149 modelname="meizum6sl"