rename uncooloff workaround to something less idiotic

Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 490d46ec8d
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-11-18 (Sat, 18 Nov 2017)

Origin message was:
------------------
- 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 was generated by Migit
This commit is contained in:
gixxpunk
2017-11-18 22:28:46 +01:00
committed by Thilo Graf
parent 1ad37d2f72
commit ec64f5096f
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 :-(
*