mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
Merge branch 'master' into pu/mp
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,6 +3,7 @@ Makefile
|
|||||||
autom4te.cache
|
autom4te.cache
|
||||||
*.in
|
*.in
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
|
compile
|
||||||
config.*
|
config.*
|
||||||
configure
|
configure
|
||||||
depcomp
|
depcomp
|
||||||
|
12
.svnignore
12
.svnignore
@@ -1,12 +0,0 @@
|
|||||||
autom4te.cache
|
|
||||||
*.in
|
|
||||||
aclocal.m4
|
|
||||||
config.*
|
|
||||||
configure
|
|
||||||
depcomp
|
|
||||||
install-sh
|
|
||||||
*.pc
|
|
||||||
libtool
|
|
||||||
ltmain.sh
|
|
||||||
missing
|
|
||||||
stamp.h1
|
|
@@ -839,8 +839,11 @@ std::string CNeutrinoYParser::func_get_partition_list(CyhookHandler *, std::str
|
|||||||
std::string CNeutrinoYParser::func_get_boxtype(CyhookHandler *, std::string)
|
std::string CNeutrinoYParser::func_get_boxtype(CyhookHandler *, std::string)
|
||||||
{
|
{
|
||||||
std::string boxvendor(g_info.hw_caps->boxvendor);
|
std::string boxvendor(g_info.hw_caps->boxvendor);
|
||||||
std::string boxname(g_info.hw_caps->boxname);
|
/* stay compatible with present code in Y_Blocks.txt */
|
||||||
|
if (boxvendor.compare("Coolstream") == 0)
|
||||||
|
boxvendor = "CST";
|
||||||
|
|
||||||
|
std::string boxname(g_info.hw_caps->boxname);
|
||||||
/* workaround for Neo2 */
|
/* workaround for Neo2 */
|
||||||
if ((boxname.compare("Neo") == 0) && (CFEManager::getInstance()->getFrontendCount() > 1))
|
if ((boxname.compare("Neo") == 0) && (CFEManager::getInstance()->getFrontendCount() > 1))
|
||||||
boxname += " Twin";
|
boxname += " Twin";
|
||||||
|
Reference in New Issue
Block a user