diff options
author | Miika Pekkarinen <miipekk@ihme.org> | 2008-02-09 15:06:09 +0000 |
---|---|---|
committer | Miika Pekkarinen <miipekk@ihme.org> | 2008-02-09 15:06:09 +0000 |
commit | 698113d9db061f00a4d0cd2196b46f5d3c64f4fb (patch) | |
tree | 2f0dbd4ba9c8067ac74fdefec259f6a4da156609 /tools | |
parent | c6e9b8b7e15bb6eb0a4c0e6614a91c04427c9d3d (diff) |
Prepare for a new bootloader 7-pre4 release for iriver H100 series. Synced to work properly with SVN, and hopefully fixed remote detection problem and audio thump for some users. Also pure H100/H115 should be supported now. Actual bootloaders will be released separately.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16252 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index 52d48e2c79..5c8165c3ef 100755 --- a/tools/configure +++ b/tools/configure @@ -877,6 +877,7 @@ EOF bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" output="rockbox.iriver" appextra="recorder:gui" + flash="$pwd/rombox.iriver" plugins="yes" swcodec="yes" # toolset is the tools within the tools directory that we build for |