diff options
author | Jörg Hohensohn <hohensoh@rockbox.org> | 2005-08-31 21:39:54 +0000 |
---|---|---|
committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2005-08-31 21:39:54 +0000 |
commit | 24f7c207a589dc8af10dd07c8abcfb05221349d7 (patch) | |
tree | 111339920384d6786a98e57122f18a6d6c74153d /tools/configure | |
parent | 985ae73758477aaa08fcf55ce99090f591772764 (diff) |
for strange reason Rombox was disabled on the FM recorder build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7436 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index b4b180746a..d34b7e4056 100755 --- a/tools/configure +++ b/tools/configure @@ -439,7 +439,7 @@ appsdir='\$(ROOTDIR)/apps' tool="$rootdir/tools/scramble -fm" output="ajbrec.ajz" appextra="recorder" - archosrom="" + archosrom="$pwd/rombox.ucl" flash="$pwd/rockbox.ucl" plugins="yes" codecs="" |