diff options
author | Eric Andersen | 2002-10-22 12:24:59 +0000 |
---|---|---|
committer | Eric Andersen | 2002-10-22 12:24:59 +0000 |
commit | f6f7bfb8e0a257137f8c2dad83ae4ed826b4e4bb (patch) | |
tree | 7ea00c66d341d324294df54238acff2c1795d72b /miscutils/config.in | |
parent | 44608e9693b03661fbab5e27650bb040c6871d11 (diff) | |
download | busybox-f6f7bfb8e0a257137f8c2dad83ae4ed826b4e4bb.zip busybox-f6f7bfb8e0a257137f8c2dad83ae4ed826b4e4bb.tar.gz |
last_patch63 from vodz: add in crond and crontab applets
Diffstat (limited to 'miscutils/config.in')
-rw-r--r-- | miscutils/config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/miscutils/config.in b/miscutils/config.in index 20310eb..1d27514 100644 --- a/miscutils/config.in +++ b/miscutils/config.in @@ -7,6 +7,8 @@ mainmenu_option next_comment comment 'Miscellaneous Utilities' bool 'adjtimex' CONFIG_ADJTIMEX +bool 'crond' CONFIG_CROND +bool 'crontab' CONFIG_CRONTAB bool 'dc' CONFIG_DC bool 'dutmp' CONFIG_DUTMP bool 'makedevs' CONFIG_MAKEDEVS |