diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-04-13 16:00:32 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-04-13 22:06:22 +0200 |
commit | a820a98361b43a01740f155fd4ae3881d844e124 (patch) | |
tree | feae173d7515c354c2db4a4dadc30560c17a9f83 /tools | |
parent | cfc02cadcc65d74b17f15e5621c42a53467f6d04 (diff) | |
download | rockbox-a820a98361b43a01740f155fd4ae3881d844e124.tar.gz rockbox-a820a98361b43a01740f155fd4ae3881d844e124.tar.bz2 rockbox-a820a98361b43a01740f155fd4ae3881d844e124.zip |
obsolete: Nuke the very-incomplete Archos AV300 target
It's even missing a config header file. Just shoot it in the head.
Change-Id: I4c5cdb4fb63361a4e4fc893e93d73d3890fe17df
Diffstat (limited to 'tools')
-rw-r--r-- | tools/builds.pm | 4 | ||||
-rwxr-xr-x | tools/configure | 24 |
2 files changed, 1 insertions, 27 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index 51549d4e21..ddb9795d28 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -14,10 +14,6 @@ $releasenotes="/wiki/ReleaseNotes315"; # } %builds = ( - 'archosav300' => { - name => 'Archos AV300', - status => 1, - }, 'archosfmrecorder' => { name => 'Archos FM Recorder', status => 3, diff --git a/tools/configure b/tools/configure index 099e25d080..a41a9e529b 100755 --- a/tools/configure +++ b/tools/configure @@ -1517,7 +1517,7 @@ cat <<EOF 3) Recorder v2 13) iFP-790 23) 3G 4) Ondio SP 14) H10 20Gb 24) 4G Grayscale 5) Ondio FM 15) H10 5/6Gb 25) Mini 1G - 6) AV300 26) Mini 2G + 26) Mini 2G ==Toshiba== 27) 1G, 2G ==Cowon/iAudio== 40) Gigabeat F/X 28) Nano 2G 30) X5/X5V/X5L 41) Gigabeat S 29) Classic/6G @@ -1763,28 +1763,6 @@ fi t_model="ondio" ;; - 6|archosav300) - target_id=38 - modelname="archosav300" - target="ARCHOS_AV300" - memory=16 # always - arm7tdmicc - tool="$rootdir/tools/scramble -mm=C" - bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" - bmp2rb_native="$rootdir/tools/bmp2rb -f 6" - output="cjbm.ajz" - appextra="recorder:gui:radio" - plugins="yes" - swcodec="" - # toolset is the tools within the tools directory that we build for - # this particular target. - toolset="$toolset scramble descramble bmp2rb" - # architecture, manufacturer and model for the target-tree build - t_cpu="arm" - t_manufacturer="archos" - t_model="av300" - ;; - 10|iriverh120) target_id=9 modelname="iriverh120" |