mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-29 16:30:57 +02:00
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:
@@ -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 ∩︀
|
||||
}
|
||||
|
Reference in New Issue
Block a user