diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-11-23 07:47:35 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-11-23 07:47:35 +0000 |
| commit | 8737b37ce7e59d34682bb6484b8f3cf7e86ced06 (patch) | |
| tree | 3c6b738d59d48c7cb78fa7015e5c8d42d0304366 | |
| parent | d4e53976d91eab4746d286b89a36bc05c767ede2 (diff) | |
| download | rockbox-8737b37ce7e59d34682bb6484b8f3cf7e86ced06.zip rockbox-8737b37ce7e59d34682bb6484b8f3cf7e86ced06.tar.gz rockbox-8737b37ce7e59d34682bb6484b8f3cf7e86ced06.tar.bz2 rockbox-8737b37ce7e59d34682bb6484b8f3cf7e86ced06.tar.xz | |
No ROMBox for FM Recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5460 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 e30da3e..7840381 100755 --- a/tools/configure +++ b/tools/configure @@ -280,7 +280,7 @@ if [ -z "$archos" ]; then tool="$rootdir/tools/scramble -fm" output="ajbrec.ajz" appextra="recorder" - archosrom="$pwd/rombox.ucl" + archosrom="" flash="$pwd/rockbox.ucl" plugins="yes" ;; |