Skip to content

Commit

Permalink
Update ota.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects authored Jan 6, 2025
1 parent 7f54888 commit 1a3369d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vue/ota.vue
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,10 @@
prefix = 'OpenRTL87X0C_';
postfix = '_ota.img';
break;
default:
prefix = 'Open' + this.chipset;
postfix = '.img';
break;
}
let options = [];
Expand Down

0 comments on commit 1a3369d

Please sign in to comment.