diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-06-15 11:27:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-06-15 11:27:37 +0000 |
commit | 0482ff5b9d27513dabd9a416e9cd2ce1ea6d572f (patch) | |
tree | 9a3e194c34acb67ca559e812d74f71e180b6d1f8 /tools | |
parent | 5058f7de051cd0c388a6ea202ce253be428719aa (diff) |
options for the H300 series
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6717 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 35 |
1 files changed, 25 insertions, 10 deletions
diff --git a/tools/configure b/tools/configure index 17001f8a4d..e4b3867ba3 100755 --- a/tools/configure +++ b/tools/configure @@ -380,7 +380,8 @@ appsdir='\$(ROOTDIR)/apps' echo "6 - Archos Gmini SP" echo "7 - Archos Ondio SP" echo "8 - Archos Ondio FM" - echo "9 - Iriver H100" + echo "9 - iRiver H120/H140" + echo "10 - iRiver H320/H340" getit=`input`; @@ -399,6 +400,19 @@ appsdir='\$(ROOTDIR)/apps' codecs="" ;; + 2) + archos="recorder" + target="-DARCHOS_RECORDER" + shcc + tool="$rootdir/tools/scramble" + output="ajbrec.ajz" + appextra="recorder" + archosrom="$pwd/rombox.ucl" + flash="$pwd/rockbox.ucl" + plugins="yes" + codecs="" + ;; + 3) archos="fmrecorder" target="-DARCHOS_FMRECORDER" @@ -493,17 +507,18 @@ appsdir='\$(ROOTDIR)/apps' codecs="libmad liba52 libFLAC libTremor libwavpack dumb libmusepack" ;; - 2) - archos="recorder" - target="-DARCHOS_RECORDER" - shcc - tool="$rootdir/tools/scramble" - output="ajbrec.ajz" + 10) + archos="h300" + target="-DIRIVER_H300" + memory=32 # always + coldfirecc + tool="$rootdir/tools/scramble -add=h120" + output="rockbox.iriver" appextra="recorder" - archosrom="$pwd/rombox.ucl" - flash="$pwd/rockbox.ucl" + archosrom="" + flash="" plugins="yes" - codecs="" + codecs="libmad liba52 libFLAC libTremor libwavpack dumb libmusepack" ;; *) |