diff options
author | Dave Chapman <dave@dchapman.com> | 2008-11-01 10:47:17 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2008-11-01 10:47:17 +0000 |
commit | e8753f3b25b16de85e75c5cd98340e534e49a9c7 (patch) | |
tree | eb5b6c20a6eed9fc2f092dfe9d22902574486368 /tools/configure | |
parent | 74c75e5c047c772a5539554156f079d2a003fe4a (diff) |
Oops, use the correct -add option to scramble for the Fuze.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18958 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 f657c7387e..43974e8dc8 100755 --- a/tools/configure +++ b/tools/configure @@ -1751,7 +1751,7 @@ fi arm9tdmicc bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" bmp2rb_native="$rootdir/tools/bmp2rb -f 4" - tool="$rootdir/tools/scramble -add=e2v2" + tool="$rootdir/tools/scramble -add=fuze" output="rockbox.sansa" bootoutput="bootloader-fuze.sansa" appextra="recorder:gui" |