mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
- rename uncooloff workaround to something less idiotic
Signed-off-by: J. Krieg <bellum07@googlemail.com> Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -204,8 +204,8 @@ neutrino_LDADD += \
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if BOXTYPE_COOL
|
if BOXTYPE_COOL
|
||||||
bin_PROGRAMS += uncooloff
|
bin_PROGRAMS += shutdown_helper
|
||||||
uncooloff_SOURCES = uncooloff.c
|
shutdown_helper_SOURCES = shutdown_helper.c
|
||||||
# if BOXMODEL_CS_HD2
|
# if BOXMODEL_CS_HD2
|
||||||
# else
|
# else
|
||||||
# noinst_PROGRAMS = uncoolinit
|
# noinst_PROGRAMS = uncoolinit
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* uncooloff - switch off the box with a possible timer wakeup
|
* shutdown_helper - switch off the box with a possible timer wakeup
|
||||||
* this is needed because the drivers do not implement a proper
|
* this is needed because the drivers do not implement a proper
|
||||||
* hwclock interface :-(
|
* hwclock interface :-(
|
||||||
*
|
*
|
Reference in New Issue
Block a user