mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- make lcd4linux configurable
Conflicts: configure.ac src/driver/pictureviewer/pictureviewer.cpp src/gui/bouquetlist.cpp src/gui/osd_setup.cpp src/neutrino.cpp src/system/flashtool.cpp src/system/settings.h Signed-off-by: Thilo Graf <dbt@novatux.de> mostly format and line and build fixes
This commit is contained in:
@@ -341,6 +341,17 @@ bool CFlashTool::getInfo()
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
void CFlashTool::stopDaemons()
|
||||
{
|
||||
#ifdef ENABLE_LCD4LINUX
|
||||
if (g_settings.lcd4l_support)
|
||||
LCD4l->StopLCD4l();
|
||||
#endif
|
||||
|
||||
CNeutrinoApp::getInstance()->stopDaemonsForFlash();
|
||||
}
|
||||
|
||||
bool CFlashTool::erase(int globalProgressEnd)
|
||||
{
|
||||
erase_info_t lerase;
|
||||
|
Reference in New Issue
Block a user