From 061531c089c296c63dd5c9b449d75fe4343752fb Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 31 Oct 2022 23:14:50 +0100 Subject: [PATCH] - online-update: add e4hdultra --- support/online-update/update.php | 6 ++++++ 1 file changed, 6 insertions(+) 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";