- libarmbox: fix boxvendor VU+

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-12-25 21:56:27 +01:00
committed by Thilo Graf
parent 1a5f51f80c
commit 8d4a39566a

View File

@@ -43,7 +43,7 @@ hw_caps_t *get_hwcaps(void)
caps.has_button_timer = 1; caps.has_button_timer = 1;
caps.has_button_vformat = 0; caps.has_button_vformat = 0;
caps.has_HDMI = 1; caps.has_HDMI = 1;
strcpy(caps.boxvendor, "VU"); strcpy(caps.boxvendor, "VU+");
strcpy(caps.boxname, "SOLO4K"); strcpy(caps.boxname, "SOLO4K");
strcpy(caps.boxarch, "BCM7376"); strcpy(caps.boxarch, "BCM7376");
#endif #endif