diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-01-28 12:27:39 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-01-28 12:27:39 +0000 |
| commit | 35c27b82c3cbe7060c371eb055119f1e8d65546a (patch) | |
| tree | 43b5b99bbbbdf12647ad1a6b8f660739534e1606 | |
| parent | 8d5c168f7f0fc7637a2680f7d814730167665944 (diff) | |
| download | rockbox-35c27b82c3cbe7060c371eb055119f1e8d65546a.zip rockbox-35c27b82c3cbe7060c371eb055119f1e8d65546a.tar.gz rockbox-35c27b82c3cbe7060c371eb055119f1e8d65546a.tar.bz2 rockbox-35c27b82c3cbe7060c371eb055119f1e8d65546a.tar.xz | |
Changed scrambling type for iriver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5689 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 1c58a39..ad63df6 100755 --- a/tools/configure +++ b/tools/configure @@ -352,7 +352,7 @@ if [ -z "$archos" ]; then target="-DIRIVER_H100" memory=32 # always coldfirecc - tool="$rootdir/tools/scramble -iriver" + tool="$rootdir/tools/scramble -add=h120" output="rockbox.iriver" appextra="recorder" archosrom="" |