summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2020-11-27 20:54:03 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2020-11-27 20:54:03 +0100
commit8765650fe012686cb7f97460964dbf208693383e (patch)
tree1d204f0143529b11213107b1d21c5378aba08729
parent716643572df46e8f00ce191e724f2a305541ddd7 (diff)
downloadrockbox-8765650fe012686cb7f97460964dbf208693383e.tar.gz
rockbox-8765650fe012686cb7f97460964dbf208693383e.zip
rbutil: Remove buildserver modelname string.
This isn't needed anymore, and the only player it was actually used for were the 8MB modded Archos ones, for which the usage was broken. Change-Id: I2aa235113be2e6ae88973711bd8ee4734cbc266a
-rw-r--r--rbutil/rbutilqt/base/systeminfo.cpp1
-rw-r--r--rbutil/rbutilqt/base/systeminfo.h1
-rw-r--r--rbutil/rbutilqt/rbutil.ini66
3 files changed, 0 insertions, 68 deletions
diff --git a/rbutil/rbutilqt/base/systeminfo.cpp b/rbutil/rbutilqt/base/systeminfo.cpp
index b9a7602a5b..959a073757 100644
--- a/rbutil/rbutilqt/base/systeminfo.cpp
+++ b/rbutil/rbutilqt/base/systeminfo.cpp
@@ -59,7 +59,6 @@ const static struct {
59 { SystemInfo::Encoder, ":platform:/encoder", "" }, 59 { SystemInfo::Encoder, ":platform:/encoder", "" },
60 { SystemInfo::Brand, ":platform:/brand", "" }, 60 { SystemInfo::Brand, ":platform:/brand", "" },
61 { SystemInfo::Name, ":platform:/name", "" }, 61 { SystemInfo::Name, ":platform:/name", "" },
62 { SystemInfo::BuildserverModel, ":platform:/buildserver_modelname", "" },
63 { SystemInfo::ConfigureModel, ":platform:/configure_modelname", "" }, 62 { SystemInfo::ConfigureModel, ":platform:/configure_modelname", "" },
64 { SystemInfo::PlayerPicture, ":platform:/playerpic", "" }, 63 { SystemInfo::PlayerPicture, ":platform:/playerpic", "" },
65}; 64};
diff --git a/rbutil/rbutilqt/base/systeminfo.h b/rbutil/rbutilqt/base/systeminfo.h
index 1aef791975..23288a1999 100644
--- a/rbutil/rbutilqt/base/systeminfo.h
+++ b/rbutil/rbutilqt/base/systeminfo.h
@@ -72,7 +72,6 @@ class SystemInfo : public QObject
72 Encoder, 72 Encoder,
73 Brand, 73 Brand,
74 Name, 74 Name,
75 BuildserverModel,
76 ConfigureModel, 75 ConfigureModel,
77 PlayerPicture, 76 PlayerPicture,
78 }; 77 };
diff --git a/rbutil/rbutilqt/rbutil.ini b/rbutil/rbutilqt/rbutil.ini
index 2d23a634ad..bbcb4d8059 100644
--- a/rbutil/rbutilqt/rbutil.ini
+++ b/rbutil/rbutilqt/rbutil.ini
@@ -126,8 +126,6 @@ platform137=surfansf20
126; base/bootloader* classes 126; base/bootloader* classes
127; bootloadername: name of the bootloader file on the server 127; bootloadername: name of the bootloader file on the server
128; bootloaderfile: name of the bootloader file on the device 128; bootloaderfile: name of the bootloader file on the device
129; buildserver_modelname: target string used by the build server. Not
130; necessarily identical to configure string.
131; manualname: different target name to use for manual. See Iriver H100 series fe. 129; manualname: different target name to use for manual. See Iriver H100 series fe.
132; brand: the manufacturer of the device. Used to group in device tree 130; brand: the manufacturer of the device. Used to group in device tree
133; encoder: encoder to use for talk clips and voice files 131; encoder: encoder to use for talk clips and voice files
@@ -138,7 +136,6 @@ platform137=surfansf20
138; 136;
139[archosplayer] 137[archosplayer]
140name="Jukebox Player 6000 / Jukebox Studio 5 / 10 / 20" 138name="Jukebox Player 6000 / Jukebox Studio 5 / 10 / 20"
141buildserver_modelname=archosplayer
142bootloadermethod=none 139bootloadermethod=none
143bootloadername= 140bootloadername=
144manualname= 141manualname=
@@ -150,7 +147,6 @@ encoder=lame
150 147
151[archosrecorder] 148[archosrecorder]
152name="Jukebox Recorder 6 / 10 / 15 / 20" 149name="Jukebox Recorder 6 / 10 / 15 / 20"
153buildserver_modelname=archosrecorder
154bootloadermethod=none 150bootloadermethod=none
155bootloadername= 151bootloadername=
156manualname= 152manualname=
@@ -162,7 +158,6 @@ encoder=lame
162 158
163[archosrecorderv2] 159[archosrecorderv2]
164name="Jukebox Recorder v2 (20GB)" 160name="Jukebox Recorder v2 (20GB)"
165buildserver_modelname=archosrecorderv2
166bootloadermethod=none 161bootloadermethod=none
167bootloadername= 162bootloadername=
168manualname=archosfmrecorder 163manualname=archosfmrecorder
@@ -174,7 +169,6 @@ encoder=lame
174 169
175[archosfmrecorder] 170[archosfmrecorder]
176name="Jukebox Recorder FM" 171name="Jukebox Recorder FM"
177buildserver_modelname=archosfmrecorder
178bootloadermethod=none 172bootloadermethod=none
179bootloadername= 173bootloadername=
180manualname= 174manualname=
@@ -186,7 +180,6 @@ encoder=lame
186 180
187[archosondiosp] 181[archosondiosp]
188name="Ondio SP" 182name="Ondio SP"
189buildserver_modelname=archosondiosp
190bootloadermethod=none 183bootloadermethod=none
191bootloadername= 184bootloadername=
192manualname= 185manualname=
@@ -198,7 +191,6 @@ encoder=lame
198 191
199[archosondiofm] 192[archosondiofm]
200name="Ondio FM" 193name="Ondio FM"
201buildserver_modelname=archosondiofm
202bootloadermethod=none 194bootloadermethod=none
203bootloadername= 195bootloadername=
204manualname= 196manualname=
@@ -210,7 +202,6 @@ encoder=lame
210 202
211[iriverh100] 203[iriverh100]
212name="iHP100 / iHP110" 204name="iHP100 / iHP110"
213buildserver_modelname=iriverh100
214bootloadermethod=hex 205bootloadermethod=hex
215bootloadername=/iriver/8.0/bootloader-h100.bin 206bootloadername=/iriver/8.0/bootloader-h100.bin
216bootloaderfile=/ihp_100.hex 207bootloaderfile=/ihp_100.hex
@@ -224,7 +215,6 @@ encoder=rbspeex
224 215
225[iriverh120] 216[iriverh120]
226name="iHP120 / iHP140 / H120 / H140" 217name="iHP120 / iHP140 / H120 / H140"
227buildserver_modelname=iriverh120
228bootloadermethod=hex 218bootloadermethod=hex
229bootloadername=/iriver/8.0/bootloader-h120.bin 219bootloadername=/iriver/8.0/bootloader-h120.bin
230bootloaderfile=/ihp_120.hex 220bootloaderfile=/ihp_120.hex
@@ -238,7 +228,6 @@ encoder=rbspeex
238 228
239[iriverh300] 229[iriverh300]
240name="H320 / H340" 230name="H320 / H340"
241buildserver_modelname=iriverh300
242bootloadermethod=hex 231bootloadermethod=hex
243bootloadername=/iriver/8.0/bootloader-h300.bin 232bootloadername=/iriver/8.0/bootloader-h300.bin
244bootloaderfile=/H300.hex 233bootloaderfile=/H300.hex
@@ -252,7 +241,6 @@ encoder=rbspeex
252 241
253[iriverh10_5gb] 242[iriverh10_5gb]
254name="H10 (5 / 6GB) UMS" 243name="H10 (5 / 6GB) UMS"
255buildserver_modelname=iriverh10_5gb
256bootloadermethod=mi4 244bootloadermethod=mi4
257bootloadername=/iriver/H10.mi4 245bootloadername=/iriver/H10.mi4
258bootloaderfile=/System/H10.mi4, /System/H10EMP.mi4 246bootloaderfile=/System/H10.mi4, /System/H10EMP.mi4
@@ -265,7 +253,6 @@ encoder=rbspeex
265 253
266[iriverh10_5gb.mtp] 254[iriverh10_5gb.mtp]
267name="H10 (5 / 6GB) MTP" 255name="H10 (5 / 6GB) MTP"
268buildserver_modelname=iriverh10_5gb
269bootloadermethod=mi4 256bootloadermethod=mi4
270bootloadername=/iriver/H10_5GB-MTP/H10.mi4 257bootloadername=/iriver/H10_5GB-MTP/H10.mi4
271bootloaderfile=/System/H10.mi4, /System/H10EMP.mi4 258bootloaderfile=/System/H10.mi4, /System/H10EMP.mi4
@@ -278,7 +265,6 @@ encoder=rbspeex
278 265
279[iriverh10] 266[iriverh10]
280name="H10 (20GB)" 267name="H10 (20GB)"
281buildserver_modelname=iriverh10
282bootloadermethod=mi4 268bootloadermethod=mi4
283bootloadername=/iriver/H10_20GC.mi4 269bootloadername=/iriver/H10_20GC.mi4
284bootloaderfile=/System/H10_20GC.mi4 270bootloaderfile=/System/H10_20GC.mi4
@@ -292,7 +278,6 @@ encoder=rbspeex
292 278
293[ipod1g2g] 279[ipod1g2g]
294name="Ipod (1st / 2nd gen)" 280name="Ipod (1st / 2nd gen)"
295buildserver_modelname=ipod1g2g
296bootloadermethod=ipod 281bootloadermethod=ipod
297bootloadername=/ipod/bootloader-ipod1g2g.ipod 282bootloadername=/ipod/bootloader-ipod1g2g.ipod
298manualname= 283manualname=
@@ -304,7 +289,6 @@ encoder=rbspeex
304 289
305[ipodcolor] 290[ipodcolor]
306name="Ipod Color / Photo / U2 (4th gen)" 291name="Ipod Color / Photo / U2 (4th gen)"
307buildserver_modelname=ipodcolor
308bootloadermethod=ipod 292bootloadermethod=ipod
309bootloadername=/ipod/bootloader-ipodcolor.ipod 293bootloadername=/ipod/bootloader-ipodcolor.ipod
310manualname= 294manualname=
@@ -316,7 +300,6 @@ encoder=rbspeex
316 300
317[ipodnano1g] 301[ipodnano1g]
318name="Ipod Nano (1st gen)" 302name="Ipod Nano (1st gen)"
319buildserver_modelname=ipodnano1g
320bootloadermethod=ipod 303bootloadermethod=ipod
321bootloadername=/ipod/bootloader-ipodnano1g.ipod 304bootloadername=/ipod/bootloader-ipodnano1g.ipod
322manualname= 305manualname=
@@ -328,7 +311,6 @@ encoder=rbspeex
328 311
329[ipodnano2g] 312[ipodnano2g]
330name="Ipod Nano (2nd gen)" 313name="Ipod Nano (2nd gen)"
331buildserver_modelname=ipodnano2g
332bootloadermethod=ipod 314bootloadermethod=ipod
333bootloadername=/ipod/bootloader-ipodnano2g.ipodx 315bootloadername=/ipod/bootloader-ipodnano2g.ipodx
334manualname= 316manualname=
@@ -340,7 +322,6 @@ encoder=rbspeex
340 322
341[ipod4g] 323[ipod4g]
342name="Ipod (4th gen, greyscale)" 324name="Ipod (4th gen, greyscale)"
343buildserver_modelname=ipod4g
344bootloadermethod=ipod 325bootloadermethod=ipod
345bootloadername=/ipod/bootloader-ipod4g.ipod 326bootloadername=/ipod/bootloader-ipod4g.ipod
346manualname= 327manualname=
@@ -352,7 +333,6 @@ encoder=rbspeex
352 333
353[ipodvideo] 334[ipodvideo]
354name="Ipod Video (5th gen)" 335name="Ipod Video (5th gen)"
355buildserver_modelname=ipodvideo
356bootloadermethod=ipod 336bootloadermethod=ipod
357bootloadername=/ipod/bootloader-ipodvideo.ipod 337bootloadername=/ipod/bootloader-ipodvideo.ipod
358manualname= 338manualname=
@@ -364,7 +344,6 @@ encoder=rbspeex
364 344
365[ipod6g] 345[ipod6g]
366name="Ipod Classic (6th gen)" 346name="Ipod Classic (6th gen)"
367buildserver_modelname=ipod6g
368bootloadermethod=s5l 347bootloadermethod=s5l
369bootloadername=/ipod/bootloader-ipod6g.ipod 348bootloadername=/ipod/bootloader-ipod6g.ipod
370manualname= 349manualname=
@@ -376,7 +355,6 @@ encoder=rbspeex
376 355
377[ipod3g] 356[ipod3g]
378name="Ipod (3rd gen)" 357name="Ipod (3rd gen)"
379buildserver_modelname=ipod3g
380bootloadermethod=ipod 358bootloadermethod=ipod
381bootloadername=/ipod/bootloader-ipod3g.ipod 359bootloadername=/ipod/bootloader-ipod3g.ipod
382manualname= 360manualname=
@@ -388,7 +366,6 @@ encoder=rbspeex
388 366
389[ipodmini1g] 367[ipodmini1g]
390name="Ipod Mini (1st gen)" 368name="Ipod Mini (1st gen)"
391buildserver_modelname=ipodmini1g
392bootloadermethod=ipod 369bootloadermethod=ipod
393bootloadername=/ipod/bootloader-ipodmini1g.ipod 370bootloadername=/ipod/bootloader-ipodmini1g.ipod
394brand=Apple 371brand=Apple
@@ -399,7 +376,6 @@ encoder=rbspeex
399 376
400[ipodmini2g] 377[ipodmini2g]
401name="Ipod Mini (2nd gen)" 378name="Ipod Mini (2nd gen)"
402buildserver_modelname=ipodmini2g
403bootloadermethod=ipod 379bootloadermethod=ipod
404bootloadername=/ipod/bootloader-ipodmini2g.ipod 380bootloadername=/ipod/bootloader-ipodmini2g.ipod
405manualname=ipodmini1g 381manualname=ipodmini1g
@@ -411,7 +387,6 @@ encoder=rbspeex
411 387
412[iaudiox5] 388[iaudiox5]
413name="iAudio X5 / X5L" 389name="iAudio X5 / X5L"
414buildserver_modelname=iaudiox5
415bootloadermethod=file 390bootloadermethod=file
416bootloadername=/iaudio/x5_fw.bin 391bootloadername=/iaudio/x5_fw.bin
417bootloaderfile=/FIRMWARE/x5_fw.bin 392bootloaderfile=/FIRMWARE/x5_fw.bin
@@ -424,7 +399,6 @@ encoder=rbspeex
424 399
425[iaudiox5.v] 400[iaudiox5.v]
426name="iAudio X5V" 401name="iAudio X5V"
427buildserver_modelname=iaudiox5
428bootloadermethod=file 402bootloadermethod=file
429bootloadername=/iaudio/x5v_fw.bin 403bootloadername=/iaudio/x5v_fw.bin
430bootloaderfile=/FIRMWARE/x5v_fw.bin 404bootloaderfile=/FIRMWARE/x5v_fw.bin
@@ -437,7 +411,6 @@ encoder=rbspeex
437 411
438[iaudiom5] 412[iaudiom5]
439name="iAudio M5 / M5L" 413name="iAudio M5 / M5L"
440buildserver_modelname=iaudiom5
441bootloadermethod=file 414bootloadermethod=file
442bootloadername=/iaudio/m5_fw.bin 415bootloadername=/iaudio/m5_fw.bin
443bootloaderfile=/FIRMWARE/m5_fw.bin 416bootloaderfile=/FIRMWARE/m5_fw.bin
@@ -450,7 +423,6 @@ encoder=rbspeex
450 423
451[iaudiom3] 424[iaudiom3]
452name="iAudio M3 / M3L" 425name="iAudio M3 / M3L"
453buildserver_modelname=iaudiom3
454bootloadermethod=file 426bootloadermethod=file
455bootloadername=/iaudio/cowon_m3.bin 427bootloadername=/iaudio/cowon_m3.bin
456bootloaderfile=/FIRMWARE/cowon_m3.bin 428bootloaderfile=/FIRMWARE/cowon_m3.bin
@@ -463,7 +435,6 @@ encoder=rbspeex
463 435
464[gigabeatfx] 436[gigabeatfx]
465name="Gigabeat F / X" 437name="Gigabeat F / X"
466buildserver_modelname=gigabeatfx
467bootloadermethod=file 438bootloadermethod=file
468bootloadername=/toshiba/gigabeat-fx/FWIMG01.DAT 439bootloadername=/toshiba/gigabeat-fx/FWIMG01.DAT
469bootloaderfile=/GBSYSTEM/FWIMG/FWIMG01.DAT 440bootloaderfile=/GBSYSTEM/FWIMG/FWIMG01.DAT
@@ -476,7 +447,6 @@ encoder=rbspeex
476 447
477[gigabeats] 448[gigabeats]
478name="Gigabeat S" 449name="Gigabeat S"
479buildserver_modelname=gigabeats
480bootloadermethod=none 450bootloadermethod=none
481manualname= 451manualname=
482brand=Toshiba 452brand=Toshiba
@@ -488,7 +458,6 @@ status=disabled
488 458
489[sansae200] 459[sansae200]
490name="Sansa e200v1 series" 460name="Sansa e200v1 series"
491buildserver_modelname=sansae200
492bootloadermethod=sansa 461bootloadermethod=sansa
493bootloadername=/sandisk-sansa/e200/PP5022.mi4 462bootloadername=/sandisk-sansa/e200/PP5022.mi4
494manualname= 463manualname=
@@ -501,7 +470,6 @@ encoder=rbspeex
501 470
502[sansac200] 471[sansac200]
503name="Sansa c200v1 series" 472name="Sansa c200v1 series"
504buildserver_modelname=sansac200
505bootloadermethod=sansa 473bootloadermethod=sansa
506bootloadername=/sandisk-sansa/c200/firmware.mi4 474bootloadername=/sandisk-sansa/c200/firmware.mi4
507manualname= 475manualname=
@@ -513,7 +481,6 @@ encoder=rbspeex
513 481
514[sansae200v2] 482[sansae200v2]
515name="Sansa e200v2 series" 483name="Sansa e200v2 series"
516buildserver_modelname=sansae200v2
517bootloadermethod=ams 484bootloadermethod=ams
518bootloadername=/sandisk-sansa/e200v2/bootloader-e200v2.sansa 485bootloadername=/sandisk-sansa/e200v2/bootloader-e200v2.sansa
519bootloaderfile=/e200pa.bin,/e200pe.bin,/e200pf.bin 486bootloaderfile=/e200pa.bin,/e200pe.bin,/e200pf.bin
@@ -528,7 +495,6 @@ encoder=rbspeex
528 495
529[sansac200v2] 496[sansac200v2]
530name="Sansa c200v2 series" 497name="Sansa c200v2 series"
531buildserver_modelname=sansac200v2
532bootloadermethod=ams 498bootloadermethod=ams
533bootloadername=/sandisk-sansa/c200v2/bootloader-c200v2.sansa 499bootloadername=/sandisk-sansa/c200v2/bootloader-c200v2.sansa
534bootloaderfile=/c200pa.bin,/c200pe.bin,/c200pf.bin 500bootloaderfile=/c200pa.bin,/c200pe.bin,/c200pf.bin
@@ -543,7 +509,6 @@ encoder=rbspeex
543 509
544[sansafuze] 510[sansafuze]
545name="Sansa Fuze" 511name="Sansa Fuze"
546buildserver_modelname=sansafuze
547bootloadermethod=ams 512bootloadermethod=ams
548bootloadername=/sandisk-sansa/fuze/bootloader-fuze.sansa 513bootloadername=/sandisk-sansa/fuze/bootloader-fuze.sansa
549bootloaderfile=/fuzea.bin 514bootloaderfile=/fuzea.bin
@@ -558,7 +523,6 @@ encoder=rbspeex
558 523
559[sansafuzev2] 524[sansafuzev2]
560name="Sansa Fuze V2" 525name="Sansa Fuze V2"
561buildserver_modelname=sansafuzev2
562bootloadermethod=ams 526bootloadermethod=ams
563bootloadername=/sandisk-sansa/fuzev2/bootloader-fuzev2.sansa 527bootloadername=/sandisk-sansa/fuzev2/bootloader-fuzev2.sansa
564bootloaderfile=/fuzpa.bin 528bootloaderfile=/fuzpa.bin
@@ -573,7 +537,6 @@ encoder=rbspeex
573 537
574[sansafuzeplus] 538[sansafuzeplus]
575name="Sansa Fuze+" 539name="Sansa Fuze+"
576buildserver_modelname=sansafuzeplus
577bootloadermethod=imx 540bootloadermethod=imx
578bootloadername=/sandisk-sansa/fuzeplus/bootloader-fuzeplus.sansa 541bootloadername=/sandisk-sansa/fuzeplus/bootloader-fuzeplus.sansa
579bootloaderfile=/firmware.sb 542bootloaderfile=/firmware.sb
@@ -588,7 +551,6 @@ encoder=rbspeex
588 551
589[sansam200v4] 552[sansam200v4]
590name="Sansa m200v4" 553name="Sansa m200v4"
591buildserver_modelname=sansam200v4
592bootloadermethod=ams 554bootloadermethod=ams
593bootloadername=/sandisk-sansa/m200v4/bootloader-m200v4.sansa 555bootloadername=/sandisk-sansa/m200v4/bootloader-m200v4.sansa
594bootloaderfile=/m200a.bin 556bootloaderfile=/m200a.bin
@@ -604,7 +566,6 @@ status=disabled
604 566
605[sansaclip] 567[sansaclip]
606name="Sansa Clip" 568name="Sansa Clip"
607buildserver_modelname=sansaclip
608bootloadermethod=ams 569bootloadermethod=ams
609bootloadername=/sandisk-sansa/clip/bootloader-clip.sansa 570bootloadername=/sandisk-sansa/clip/bootloader-clip.sansa
610bootloaderfile=/m300a.bin 571bootloaderfile=/m300a.bin
@@ -619,7 +580,6 @@ encoder=rbspeex
619 580
620[sansaclipv2] 581[sansaclipv2]
621name="Sansa Clip V2" 582name="Sansa Clip V2"
622buildserver_modelname=sansaclipv2
623bootloadermethod=ams 583bootloadermethod=ams
624bootloadername=/sandisk-sansa/clipv2/bootloader-clipv2.sansa 584bootloadername=/sandisk-sansa/clipv2/bootloader-clipv2.sansa
625bootloaderfile=/m30pa.bin 585bootloaderfile=/m30pa.bin
@@ -634,7 +594,6 @@ encoder=rbspeex
634 594
635[sansaclipplus] 595[sansaclipplus]
636name="Sansa Clip+" 596name="Sansa Clip+"
637buildserver_modelname=sansaclipplus
638bootloadermethod=ams 597bootloadermethod=ams
639bootloadername=/sandisk-sansa/clipplus/bootloader-clipplus.sansa 598bootloadername=/sandisk-sansa/clipplus/bootloader-clipplus.sansa
640bootloaderfile=/clppa.bin 599bootloaderfile=/clppa.bin
@@ -649,7 +608,6 @@ encoder=rbspeex
649 608
650[sansaclipzip] 609[sansaclipzip]
651name="Sansa Clip Zip" 610name="Sansa Clip Zip"
652buildserver_modelname=sansaclipzip
653bootloadermethod=ams 611bootloadermethod=ams
654bootloadername=/sandisk-sansa/clipzip/bootloader-clipzip.sansa 612bootloadername=/sandisk-sansa/clipzip/bootloader-clipzip.sansa
655bootloaderfile=/clpza.bin 613bootloaderfile=/clpza.bin
@@ -664,7 +622,6 @@ encoder=rbspeex
664 622
665[mrobe100] 623[mrobe100]
666name="m:robe100" 624name="m:robe100"
667buildserver_modelname=mrobe100
668bootloadermethod=mi4 625bootloadermethod=mi4
669bootloadername=/olympus/mrobe100/pp5020.mi4 626bootloadername=/olympus/mrobe100/pp5020.mi4
670bootloaderfile=/System/pp5020.mi4 627bootloaderfile=/System/pp5020.mi4
@@ -677,7 +634,6 @@ encoder=rbspeex
677 634
678[ondavx747] 635[ondavx747]
679name="VX747" 636name="VX747"
680buildserver_modelname=ondavx747
681bootloadermethod=chinachip 637bootloadermethod=chinachip
682bootloadername=/onda/vx747/ccpmp.bin 638bootloadername=/onda/vx747/ccpmp.bin
683bootloaderfile=/SG301.HXF 639bootloaderfile=/SG301.HXF
@@ -692,7 +648,6 @@ status=disabled
692 648
693[ondavx747p] 649[ondavx747p]
694name="VX747+" 650name="VX747+"
695buildserver_modelname=ondavx747p
696bootloadermethod=chinachip 651bootloadermethod=chinachip
697bootloadername=/onda/vx747p/ccpmp.bin 652bootloadername=/onda/vx747p/ccpmp.bin
698bootloaderfile=/SG301.HXF 653bootloaderfile=/SG301.HXF
@@ -707,7 +662,6 @@ status=disabled
707 662
708[ondavx777] 663[ondavx777]
709name="VX777" 664name="VX777"
710buildserver_modelname=ondavx777
711bootloadermethod=chinachip 665bootloadermethod=chinachip
712bootloadername=/onda/vx777/ccpmp.bin 666bootloadername=/onda/vx777/ccpmp.bin
713bootloaderfile=/VX777.HXF 667bootloaderfile=/VX777.HXF
@@ -722,7 +676,6 @@ status=disabled
722 676
723[samsungyh820] 677[samsungyh820]
724name="YH-820" 678name="YH-820"
725buildserver_modelname=samsungyh820
726bootloadermethod=mi4 679bootloadermethod=mi4
727bootloadername=/samsung/yh820/FW_YH820.mi4 680bootloadername=/samsung/yh820/FW_YH820.mi4
728bootloaderfile=/SYSTEM/FW_YH820.mi4 681bootloaderfile=/SYSTEM/FW_YH820.mi4
@@ -735,7 +688,6 @@ encoder=rbspeex
735 688
736[samsungyh920] 689[samsungyh920]
737name="YH-920" 690name="YH-920"
738buildserver_modelname=samsungyh920
739bootloadermethod=mi4 691bootloadermethod=mi4
740bootloadername=/samsung/yh920/PP5020.mi4 692bootloadername=/samsung/yh920/PP5020.mi4
741bootloaderfile=/SYSTEM/FW_YH920.mi4, /SYSTEM/PP5020.mi4 693bootloaderfile=/SYSTEM/FW_YH920.mi4, /SYSTEM/PP5020.mi4
@@ -748,7 +700,6 @@ encoder=rbspeex
748 700
749[samsungyh925] 701[samsungyh925]
750name="YH-925" 702name="YH-925"
751buildserver_modelname=samsungyh925
752bootloadermethod=mi4 703bootloadermethod=mi4
753bootloadername=/samsung/yh925/FW_YH925.mi4 704bootloadername=/samsung/yh925/FW_YH925.mi4
754bootloaderfile=/SYSTEM/FW_YH925.mi4 705bootloaderfile=/SYSTEM/FW_YH925.mi4
@@ -761,7 +712,6 @@ encoder=rbspeex
761 712
762[cowond2] 713[cowond2]
763name="D2" 714name="D2"
764buildserver_modelname=cowond2
765bootloadermethod=tcc 715bootloadermethod=tcc
766bootloadername=/cowon/d2/bootloader-cowond2.bin 716bootloadername=/cowon/d2/bootloader-cowond2.bin
767bootloaderfile=/ 717bootloaderfile=/
@@ -777,7 +727,6 @@ status=disabled
777 727
778[vibe500] 728[vibe500]
779name="Vibe 500" 729name="Vibe 500"
780buildserver_modelname=vibe500
781bootloadermethod=mi4 730bootloadermethod=mi4
782bootloadername=/vibe500/jukebox.mi4 731bootloadername=/vibe500/jukebox.mi4
783bootloaderfile=/System/jukebox.mi4 732bootloaderfile=/System/jukebox.mi4
@@ -791,7 +740,6 @@ encoder=rbspeex
791 740
792[mpiohd200] 741[mpiohd200]
793name="MPIO HD200" 742name="MPIO HD200"
794buildserver_modelname=mpiohd200
795bootloadermethod=mpio 743bootloadermethod=mpio
796bootloadername=/mpiohd200/bootloader.mpio 744bootloadername=/mpiohd200/bootloader.mpio
797bootloaderfile=/SYSTEM/HD200_UPG.SYS 745bootloaderfile=/SYSTEM/HD200_UPG.SYS
@@ -805,7 +753,6 @@ encoder=rbspeex
805 753
806[mpiohd300] 754[mpiohd300]
807name="MPIO HD300" 755name="MPIO HD300"
808buildserver_modelname=mpiohd300
809bootloadermethod=mpio 756bootloadermethod=mpio
810bootloadername=/mpiohd300/bootloader.mpio 757bootloadername=/mpiohd300/bootloader.mpio
811bootloaderfile=/SYSTEM/HD300_UPG.SYS 758bootloaderfile=/SYSTEM/HD300_UPG.SYS
@@ -819,7 +766,6 @@ encoder=rbspeex
819 766
820[gogearhdd1630] 767[gogearhdd1630]
821name="Philips GoGear HDD16x0 & HDD18x0 Series" 768name="Philips GoGear HDD16x0 & HDD18x0 Series"
822buildserver_modelname=gogearhdd1630
823bootloadermethod=mi4 769bootloadermethod=mi4
824bootloadername=/gogear/hdd1630/FWImage.ebn 770bootloadername=/gogear/hdd1630/FWImage.ebn
825bootloaderfile=/System/FWImage.ebn 771bootloaderfile=/System/FWImage.ebn
@@ -832,7 +778,6 @@ encoder=rbspeex
832 778
833[gogearhdd6330] 779[gogearhdd6330]
834name="Philips GoGear HDD63x0 Series" 780name="Philips GoGear HDD63x0 Series"
835buildserver_modelname=gogearhdd6330
836bootloadermethod=mi4 781bootloadermethod=mi4
837booloadername=/gogear/hdd6330/FWImage.ebn 782booloadername=/gogear/hdd6330/FWImage.ebn
838bootloaderfile=/System/FWImage.ebn 783bootloaderfile=/System/FWImage.ebn
@@ -845,7 +790,6 @@ encoder=rbspeex
845 790
846[gogearsa9200] 791[gogearsa9200]
847name="Philips GoGear SA9200" 792name="Philips GoGear SA9200"
848buildserver_modelname=gogearsa9200
849bootloadermethod=none 793bootloadermethod=none
850bootloaderfile=/System/FWImage.ebn 794bootloaderfile=/System/FWImage.ebn
851manualname= 795manualname=
@@ -858,7 +802,6 @@ status=disabled
858 802
859[creativezenxfi3] 803[creativezenxfi3]
860name="Creative Zen X-Fi3" 804name="Creative Zen X-Fi3"
861buildserver_modelname=creativezenxfi3
862bootloadermethod=imx 805bootloadermethod=imx
863bootloadername=/creative/zenxfi3/bootloader-zenxfi3.creative 806bootloadername=/creative/zenxfi3/bootloader-zenxfi3.creative
864bootloaderfile=/firmware.sb 807bootloaderfile=/firmware.sb
@@ -873,7 +816,6 @@ encoder=rbspeex
873 816
874[xduoox3] 817[xduoox3]
875name="xDuoo X3" 818name="xDuoo X3"
876buildserver_modelname=xduoox3
877bootloadermethod=bspatch 819bootloadermethod=bspatch
878bootloadername=/xduoo/X3-v11.bsdiff 820bootloadername=/xduoo/X3-v11.bsdiff
879bootloaderfile=/update.zip 821bootloaderfile=/update.zip
@@ -888,7 +830,6 @@ encoder=rbspeex
888 830
889[xduoox3ii] 831[xduoox3ii]
890name="xDuoo X3 II" 832name="xDuoo X3 II"
891buildserver_modelname=xduoox3ii
892bootloadermethod=bspatch 833bootloadermethod=bspatch
893bootloadername=/xduoo/X3II-v13.bsdiff 834bootloadername=/xduoo/X3II-v13.bsdiff
894bootloaderfile=/update.upt 835bootloaderfile=/update.upt
@@ -903,7 +844,6 @@ encoder=rbspeex
903 844
904[xduoox20] 845[xduoox20]
905name="xDuoo X20" 846name="xDuoo X20"
906buildserver_modelname=xduoox20
907bootloadermethod=bspatch 847bootloadermethod=bspatch
908bootloadername=/xduoo/X20-v18.bsdiff 848bootloadername=/xduoo/X20-v18.bsdiff
909bootloaderfile=/update.upt 849bootloaderfile=/update.upt
@@ -918,7 +858,6 @@ encoder=rbspeex
918 858
919[agptekrocker] 859[agptekrocker]
920name="AGPTek Rocker" 860name="AGPTek Rocker"
921buildserver_modelname=agptekrocker
922bootloadermethod=bspatch 861bootloadermethod=bspatch
923bootloadername=/agptek/ROCKER-20171101.bsdiff 862bootloadername=/agptek/ROCKER-20171101.bsdiff
924bootloaderfile=/update.upt 863bootloaderfile=/update.upt
@@ -933,7 +872,6 @@ encoder=rbspeex
933 872
934[aigoerosq] 873[aigoerosq]
935name="AIGO Eros Q" 874name="AIGO Eros Q"
936buildserver_modelname=aigoerosq
937bootloadermethod=bspatch 875bootloadermethod=bspatch
938bootloadername=/aigo/EROSQ-v18.bsdiff 876bootloadername=/aigo/EROSQ-v18.bsdiff
939bootloaderfile=/update.upt 877bootloaderfile=/update.upt
@@ -948,7 +886,6 @@ encoder=rbspeex
948 886
949[aigoerosk] 887[aigoerosk]
950name="AIGO Eros K" 888name="AIGO Eros K"
951buildserver_modelname=aigoerosq
952bootloadermethod=bspatch 889bootloadermethod=bspatch
953bootloadername=/aigo/EROSK-v13.bsdiff 890bootloadername=/aigo/EROSK-v13.bsdiff
954bootloaderfile=/update.upt 891bootloaderfile=/update.upt
@@ -963,7 +900,6 @@ encoder=rbspeex
963 900
964[agptekh3] 901[agptekh3]
965name="AGPTek H3" 902name="AGPTek H3"
966buildserver_modelname=aigoerosq
967bootloadermethod=bspatch 903bootloadermethod=bspatch
968bootloadername=/agptek/H3-20180905.bsdiff 904bootloadername=/agptek/H3-20180905.bsdiff
969bootloaderfile=/update.upt 905bootloaderfile=/update.upt
@@ -978,7 +914,6 @@ encoder=rbspeex
978 914
979[surfansf20] 915[surfansf20]
980name="Surfans F20" 916name="Surfans F20"
981buildserver_modelname=aigoerosq
982bootloadermethod=bspatch 917bootloadermethod=bspatch
983bootloadername=/surfans/F20-v22.bsdiff 918bootloadername=/surfans/F20-v22.bsdiff
984bootloaderfile=/update.upt 919bootloaderfile=/update.upt
@@ -993,7 +928,6 @@ encoder=rbspeex
993 928
994[hifiwalkerh2] 929[hifiwalkerh2]
995name="HIFI WALKER H2" 930name="HIFI WALKER H2"
996buildserver_modelname=aigoerosq
997bootloadermethod=bspatch 931bootloadermethod=bspatch
998bootloadername=/hifiwalker/H2-v12.bsdiff 932bootloadername=/hifiwalker/H2-v12.bsdiff
999bootloaderfile=/update.upt 933bootloaderfile=/update.upt