mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-13 00:13:37 +02:00
remove 'coolstream' from gui
Origin commit data
------------------
Commit: cdf10ef46e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-03-22 (Fri, 22 Mar 2013)
This commit is contained in:
@@ -601,7 +601,7 @@ void CControlAPI::InfoCGI(CyhookHandler *hh)
|
||||
void CControlAPI::HWInfoCGI(CyhookHandler *hh)
|
||||
{
|
||||
unsigned int system_rev = cs_get_revision();
|
||||
std::string boxname = "Coolstream ";
|
||||
std::string boxname = "CST ";
|
||||
static CNetAdapter netadapter;
|
||||
std::string eth_id = netadapter.getMacAddr();
|
||||
std::transform(eth_id.begin(), eth_id.end(), eth_id.begin(), ::tolower);
|
||||
|
@@ -673,7 +673,7 @@ std::string CNeutrinoYParser::func_get_partition_list(CyhookHandler *, std::str
|
||||
std::string CNeutrinoYParser::func_get_boxtype(CyhookHandler *, std::string)
|
||||
{
|
||||
unsigned int system_rev = cs_get_revision();
|
||||
std::string boxname = "Coolstream ";
|
||||
std::string boxname = "CST ";
|
||||
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
boxname = "Armas ";
|
||||
|
@@ -1,4 +1,4 @@
|
||||
version=2.8.0.33
|
||||
date=06.02.2013
|
||||
type=Release
|
||||
info=Port Coolstream
|
||||
info=Port CST
|
||||
|
Reference in New Issue
Block a user