mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
- libarmbox: fix boxvendor VU+
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user