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
|
||||
|
||||
if BOXTYPE_COOL
|
||||
bin_PROGRAMS += uncooloff
|
||||
uncooloff_SOURCES = uncooloff.c
|
||||
bin_PROGRAMS += shutdown_helper
|
||||
shutdown_helper_SOURCES = shutdown_helper.c
|
||||
# if BOXMODEL_CS_HD2
|
||||
# else
|
||||
# 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
|
||||
* hwclock interface :-(
|
||||
*
|
Reference in New Issue
Block a user