summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-01-28 12:27:39 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-01-28 12:27:39 +0000
commit35c27b82c3cbe7060c371eb055119f1e8d65546a (patch)
tree43b5b99bbbbdf12647ad1a6b8f660739534e1606
parent8d5c168f7f0fc7637a2680f7d814730167665944 (diff)
downloadrockbox-35c27b82c3cbe7060c371eb055119f1e8d65546a.tar.gz
rockbox-35c27b82c3cbe7060c371eb055119f1e8d65546a.zip
Changed scrambling type for iriver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5689 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 1c58a39e4a..ad63df617e 100755
--- a/tools/configure
+++ b/tools/configure
@@ -352,7 +352,7 @@ if [ -z "$archos" ]; then
352 target="-DIRIVER_H100" 352 target="-DIRIVER_H100"
353 memory=32 # always 353 memory=32 # always
354 coldfirecc 354 coldfirecc
355 tool="$rootdir/tools/scramble -iriver" 355 tool="$rootdir/tools/scramble -add=h120"
356 output="rockbox.iriver" 356 output="rockbox.iriver"
357 appextra="recorder" 357 appextra="recorder"
358 archosrom="" 358 archosrom=""