Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add also device variant for identification.
[ssuks] Add also device variant for identification. Contributes to JB#32529

Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  • Loading branch information
saukko committed Sep 7, 2017
1 parent 62aa4f0 commit cdf2a95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssuks/ssukickstarter.cpp
Expand Up @@ -373,6 +373,7 @@ bool SsuKickstarter::write(const QString &kickstart)
kout << displayName << endl;
kout << kickstartType << endl;
kout << "# DeviceModel: " << deviceInfo.deviceModel() << endl;
kout << "# DeviceVariant: " << deviceInfo.deviceVariant(true) << endl;
if (!suggestedFeatures.isEmpty())
kout << suggestedFeatures << endl;
kout << "# SuggestedImageType: " << imageType << endl;
Expand Down

0 comments on commit cdf2a95

Please sign in to comment.