- silence warning about no return in function returning non-void

- put CONFIG_DEBUG_CROND_OPTION into config
no changes in size when debugging is disabled.
This commit is contained in:
Bernhard Reutner-Fischer
2006-05-20 14:14:05 +00:00
parent 9b5a99ad21
commit ef21629a6b
2 changed files with 29 additions and 25 deletions

View File

@@ -34,6 +34,13 @@ config CONFIG_CROND
Note that Busybox binary must be setuid root for this applet to
work properly.
config CONFIG_DEBUG_CROND_OPTION
bool "Support debug option -d"
depends on CONFIG_CROND
default n
help
Support option -d to enter debug mode.
config CONFIG_FEATURE_CROND_CALL_SENDMAIL
bool "Using /usr/sbin/sendmail?"
default n