diff options
author | Marcoen Hirschberg <marcoen@gmail.com> | 2007-04-18 12:22:27 +0000 |
---|---|---|
committer | Marcoen Hirschberg <marcoen@gmail.com> | 2007-04-18 12:22:27 +0000 |
commit | f44f961812c059b69df19ac5bd828986ba10513f (patch) | |
tree | 9b19de69126ed041992f31a7c690db841a36af6f /tools | |
parent | c3dcc87aa494934943769b70fd752af1271d196a (diff) | |
download | rockbox-f44f961812c059b69df19ac5bd828986ba10513f.tar.gz rockbox-f44f961812c059b69df19ac5bd828986ba10513f.zip |
move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid problems with possible ports in the future: Gigabeat S/V (i.mx31 based) and Kenwood HD20GA7/HD20GA9 (s3c2440 based)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13200 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index 28fdebfdd0..ab7b6e8968 100755 --- a/tools/configure +++ b/tools/configure @@ -1129,8 +1129,8 @@ EOF bootoutput="FWIMG01.DAT" # architecture, manufacturer and model for the target-tree build t_cpu="arm" - t_manufacturer="gigabeat" - t_model="meg-fx" + t_manufacturer="s3c2440" + t_model="gigabeat-fx" ;; 26|ipodmini2g) |