diff options
author | Bernhard Reutner-Fischer | 2007-03-09 16:56:38 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2007-03-09 16:56:38 +0000 |
commit | 71bc71a7dc2601b1d9beb73ee1f178da1733788e (patch) | |
tree | 0dba091508cc1a72f77a0c6eae2afed1d0d550aa /scripts | |
parent | 339f5eb2e0676da591150015e157c38c4ab52a3e (diff) | |
download | busybox-71bc71a7dc2601b1d9beb73ee1f178da1733788e.zip busybox-71bc71a7dc2601b1d9beb73ee1f178da1733788e.tar.gz |
- add chrt applet.
text data bss dec hex filename
769 0 0 769 301 miscutils/chrt.o
and could use some further shrinkage
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index a3e59c8..178db1d 100644 --- a/scripts/defconfig +++ b/scripts/defconfig @@ -454,6 +454,7 @@ CONFIG_FEATURE_MOUNT_LOOP=y # CONFIG_ADJTIMEX=y # CONFIG_BBCONFIG is not set +CONFIG_CHRT=y CONFIG_CROND=y # CONFIG_DEBUG_CROND_OPTION is not set CONFIG_FEATURE_CROND_CALL_SENDMAIL=y |