summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-24 09:01:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-24 09:01:48 +0000
commitadaae249ef397a65d7d77c378e2050f0d61144a7 (patch)
tree6fe5259adbe1f8ebe4b5af8eb602f020b546561a /tools/configure
parent99dbd7c5e99a972dd56b120100edd84b83cc4e3e (diff)
downloadrockbox-adaae249ef397a65d7d77c378e2050f0d61144a7.tar.gz
rockbox-adaae249ef397a65d7d77c378e2050f0d61144a7.zip
iRiver scramble and descramble code from Dave Cooper
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5649 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 4834fa3e30..1c58a39e4a 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="cp" 355 tool="$rootdir/tools/scramble -iriver"
356 output="rockbox.iriver" 356 output="rockbox.iriver"
357 appextra="recorder" 357 appextra="recorder"
358 archosrom="" 358 archosrom=""