summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-08-12 14:00:41 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-08-12 14:00:41 +0000
commit25425360b52ae3b4e6d8eb37126ef37a2ae452c1 (patch)
treeaf35a295b1bd24c7fdee3fb48d7147925f13b5df /apps/plugins/SOURCES
parent0ed49044b06027b3542bc00ed63d9e8b8ec9cd53 (diff)
downloadrockbox-25425360b52ae3b4e6d8eb37126ef37a2ae452c1.tar.gz
rockbox-25425360b52ae3b4e6d8eb37126ef37a2ae452c1.zip
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/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index f60877e643..b2722e2166 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -111,6 +111,7 @@ splitedit.c
111/* Platform-specific plugins */ 111/* Platform-specific plugins */
112#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES) 112#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
113iriverify.c 113iriverify.c
114iriver_flash.c
114#endif 115#endif
115 116
116#endif /* iFP7xx */ 117#endif /* iFP7xx */