diff --git a/Makefile b/Makefile index eb31496e..db35aa48 100755 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ config.local: $(eval BOXMODEL=hd51) @echo " 12) AX/Mutant HD60" @echo " 13) AX/Mutant HD61" @echo " 21) WWIO BRE2ZE4K" - @echo " 31) Air Digital Zgemma H7S/C" + @echo " 31) Air Digital Zgemma H7" @echo " 41) VU+ Solo 4k" @echo " 42) VU+ Duo 4k" @echo " 43) VU+ Duo 4k SE" diff --git a/make/environment-box.mk b/make/environment-box.mk index 31cfad13..cc9171d1 100644 --- a/make/environment-box.mk +++ b/make/environment-box.mk @@ -226,7 +226,7 @@ else ifeq ($(BOXMODEL),hd51) else ifeq ($(BOXMODEL),bre2ze4k) BOXNAME = "WWIO BRE2ZE4K" else ifeq ($(BOXMODEL),h7) - BOXNAME = "Air Digital Zgemma H7S/C" + BOXNAME = "Air Digital Zgemma H7" else ifeq ($(BOXMODEL),hd60) BOXNAME = "AX/Mut@nt HD60" else ifeq ($(BOXMODEL),hd61) diff --git a/support/config.example b/support/config.example index ea2175d4..0c35891e 100644 --- a/support/config.example +++ b/support/config.example @@ -31,7 +31,7 @@ MAINTAINER = $(shell whoami) # WWIO #BOXMODEL = bre2ze4k -# Air Digital Zgemma H7S/C +# Air Digital Zgemma H7 #BOXMODEL = h7 # Edison diff --git a/support/online-update/update.php b/support/online-update/update.php index d6005592..aba565bf 100644 --- a/support/online-update/update.php +++ b/support/online-update/update.php @@ -41,7 +41,7 @@ if ($revision == 1) // libstb-hal $boxseries = "hd5x"; $boxmodel = "bre2ze4k"; } - elseif ($boxname == "zgemma h7c/s") + elseif ($boxname == "zgemma h7") { $boxtype_sc = "arm"; $boxseries = "hd5x";