diff options
author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-11-23 12:27:27 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-11-23 22:16:39 +0100 |
commit | 39fcca747f535ceeb7fb7e30b55eaab7e72fbf9d (patch) | |
tree | 66971b924a93dfdb5ea5f20e3300ffa67c90221f /crontab | |
parent | 49fe9bd77db951bf7daec435f69502807e41c2c4 (diff) |
Add enable flag for software pseudo RTC
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'crontab')
-rw-r--r-- | crontab/Makemodule.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/crontab/Makemodule.am b/crontab/Makemodule.am index 2fe3424..cb7823a 100644 --- a/crontab/Makemodule.am +++ b/crontab/Makemodule.am @@ -1,2 +1,6 @@ crondir = @GCRONDIR@ -cron_DATA = crontab/swclock +cron_DATA = + +if SWCLOCK +cron_DATA += crontab/swclock +endif |