diff --git a/support/online-update/update.php b/support/online-update/update.php index 0f06f315..e82b3c8c 100644 --- a/support/online-update/update.php +++ b/support/online-update/update.php @@ -47,6 +47,12 @@ if ($revision == 1) // libstb-hal $boxseries = "hd5x"; $boxmodel = "h7"; } + elseif ($boxname == "e4hd 4k ultra") + { + $boxtype_sc = "arm"; + $boxseries = "hd5x"; + $boxmodel = "e4hdultra"; + } elseif ($boxname == "hd60") { $boxtype_sc = "arm";