fix armbox realname

Origin commit data
------------------
Branch: master
Commit: 63c02d0f24
Author: TangoCash <eric@loxat.de>
Date: 2017-10-05 (Thu, 05 Oct 2017)


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

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2017-10-05 15:23:39 +02:00
parent 5395b8945e
commit 6f8d736d6d

View File

@@ -36,8 +36,8 @@ hw_caps_t *get_hwcaps(void)
caps.display_type = HW_DISPLAY_LINE_TEXT;
caps.can_set_display_brightness = 1;
caps.has_HDMI = 1;
strcpy(caps.boxvendor, "armbox");
strcpy(caps.boxname, "armbox");
strcpy(caps.boxarch,caps.boxname);
strcpy(caps.boxvendor, "AX-Technologies");
strcpy(caps.boxname, "HD51");
strcpy(caps.boxarch, "BCM7251S");
return &caps;
}