- 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:
Striper
2017-11-18 22:28:46 +01:00
committed by Thilo Graf
parent c95d5118ef
commit 490d46ec8d
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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 :-(
*