diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2006-08-12 14:00:41 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2006-08-12 14:00:41 +0000 |
| commit | 25425360b52ae3b4e6d8eb37126ef37a2ae452c1 (patch) | |
| tree | af35a295b1bd24c7fdee3fb48d7147925f13b5df /apps/plugins/SOURCES | |
| parent | 0ed49044b06027b3542bc00ed63d9e8b8ec9cd53 (diff) | |
| download | rockbox-25425360b52ae3b4e6d8eb37126ef37a2ae452c1.zip rockbox-25425360b52ae3b4e6d8eb37126ef37a2ae452c1.tar.gz rockbox-25425360b52ae3b4e6d8eb37126ef37a2ae452c1.tar.bz2 rockbox-25425360b52ae3b4e6d8eb37126ef37a2ae452c1.tar.xz | |
Enabled iriver flashing plugin with additional safety checks,
confirmation and ability to restore original firmware.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10547 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index f60877e..b2722e2 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -111,6 +111,7 @@ splitedit.c /* Platform-specific plugins */ #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES) iriverify.c +iriver_flash.c #endif #endif /* iFP7xx */ |