mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
lcd4l: apply calls of exec_initscript() with "systemctl" as 3rd argument
Is required for image with system NOTE: CLCD4l::lcd4linux(int run) is adjusted but not really used at the moment
This commit is contained in:
@@ -67,7 +67,14 @@ class CLCD4l
|
||||
int GetMaxBrightness();
|
||||
|
||||
void ResetParseID() { m_ParseID = 0; }
|
||||
static void lcd4linux(bool run);
|
||||
|
||||
static void lcd4linux(int run);
|
||||
enum
|
||||
{
|
||||
STOP_LCD4L = 0,
|
||||
START_LCD4L = 1,
|
||||
RELOAD_LCD4L = 2
|
||||
};
|
||||
private:
|
||||
std::thread *thrLCD4l;
|
||||
static void *LCD4lProc(void *arg);
|
||||
|
Reference in New Issue
Block a user