adopt hw_caps

Origin commit data
------------------
Branch: master
Commit: ae3cc86f0b
Author: TangoCash <eric@loxat.de>
Date: 2017-03-10 (Fri, 10 Mar 2017)


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

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2017-03-10 21:38:31 +01:00
parent 24ed2fbcc0
commit 4f93491523
3 changed files with 7 additions and 0 deletions

View File

@@ -155,5 +155,6 @@ hw_caps_t *get_hwcaps(void)
tmp = "(NO STB_ID FOUND)";
strcpy(caps.boxname, tmp);
}
strcpy(caps.boxarch,caps.boxname);
return &caps;
}