mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-10 23:28:28 +02:00
rename HAVE_COOL_HARDWARE => HAVE_CST_HARDWARE
Origin commit data
------------------
Branch: ni/coolstream
Commit: 524913f4ee
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-09-03 (Thu, 03 Sep 2020)
Origin message was:
------------------
- rename HAVE_COOL_HARDWARE => HAVE_CST_HARDWARE
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
#include <zapit/scan.h>
|
||||
#include <zapit/zapit.h>
|
||||
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#if HAVE_CST_HARDWARE
|
||||
extern int cs_test_card(int unit, char * str);
|
||||
#endif
|
||||
|
||||
@@ -205,7 +205,7 @@ int CTestMenu::exec(CMenuTarget* parent, const std::string &actionKey)
|
||||
|
||||
return res;
|
||||
}
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#if HAVE_CST_HARDWARE
|
||||
else if (actionKey == "card0")
|
||||
{
|
||||
char str[255];
|
||||
@@ -1244,7 +1244,7 @@ void CTestMenu::showHWTests(CMenuWidget *widget)
|
||||
widget->addIntroItems();
|
||||
widget->addItem(new CMenuForwarder("VFD", true, NULL, this, "vfd"));
|
||||
widget->addItem(new CMenuForwarder("Network", true, NULL, this, "network"));
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#if HAVE_CST_HARDWARE
|
||||
widget->addItem(new CMenuForwarder("Smartcard 1", true, NULL, this, "card0"));
|
||||
widget->addItem(new CMenuForwarder("Smartcard 2", true, NULL, this, "card1"));
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user