diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-02-11 11:48:12 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-02-11 11:48:12 +0000 |
| commit | bb8d8f3f544017c51a7c560efb6516f2126ae0a4 (patch) | |
| tree | feec35f4bd7fc88e202162917e36e0a50a66bf43 | |
| parent | 81a25bbde539f62f211a54062b941adf430e3403 (diff) | |
| download | rockbox-bb8d8f3f544017c51a7c560efb6516f2126ae0a4.zip rockbox-bb8d8f3f544017c51a7c560efb6516f2126ae0a4.tar.gz rockbox-bb8d8f3f544017c51a7c560efb6516f2126ae0a4.tar.bz2 rockbox-bb8d8f3f544017c51a7c560efb6516f2126ae0a4.tar.xz | |
name the Gmini output similar to the iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5906 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 92f7d04..593b166 100755 --- a/tools/configure +++ b/tools/configure @@ -335,7 +335,7 @@ if [ -z "$archos" ]; then memory=16 # fixed size (16 is a guess, remove comment when checked) calmrisccc tool="cp" # might work for now! - output="rockboxgmini" + output="rockbox.gmini" appextra="recorder" archosrom="" flash="" |