libarmbox: fix boxvendor VU+

Origin commit data
------------------
Branch: master
Commit: 2ca82462af
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-25 (Tue, 25 Dec 2018)

Origin message was:
------------------
- libarmbox: fix boxvendor VU+

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-12-25 21:56:27 +01:00
committed by max_10
parent 530d427219
commit 824923df57

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