summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/ipod_fw.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/ipod_fw.c b/tools/ipod_fw.c
index c2854edaa3..3e5ac74470 100644
--- a/tools/ipod_fw.c
+++ b/tools/ipod_fw.c
@@ -453,7 +453,11 @@ main(int argc, char **argv)
453 453
454 printf("Generating firmware image compatible with "); 454 printf("Generating firmware image compatible with ");
455 if (fw_version == 3) { 455 if (fw_version == 3) {
456 printf("iPod mini, 4g and iPod photo...\n"); 456 if (needs_rcsc) {
457 printf("iPod video\n");
458 } else {
459 printf("iPod mini, 4g and iPod photo/color...\n");
460 }
457 } else { 461 } else {
458 printf("1g, 2g and 3g iPods...\n"); 462 printf("1g, 2g and 3g iPods...\n");
459 } 463 }