mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- flashtool: allow type U (update-package)
This commit is contained in:
@@ -517,6 +517,8 @@ const char *CFlashVersionInfo::getReleaseCycle(void) const
|
||||
|
||||
const char *CFlashVersionInfo::getType(void) const
|
||||
{
|
||||
// TODO: localize it
|
||||
|
||||
switch (snapshot)
|
||||
{
|
||||
case '0':
|
||||
@@ -531,6 +533,8 @@ const char *CFlashVersionInfo::getType(void) const
|
||||
return "Settings";
|
||||
case 'A':
|
||||
return "Addon";
|
||||
case 'U':
|
||||
return "Update";
|
||||
case 'T':
|
||||
return "Text";
|
||||
default:
|
||||
|
Reference in New Issue
Block a user