diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-09 16:56:38 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-09 16:56:38 +0000 |
commit | 71bc71a7dc2601b1d9beb73ee1f178da1733788e (patch) | |
tree | 0dba091508cc1a72f77a0c6eae2afed1d0d550aa /scripts | |
parent | 339f5eb2e0676da591150015e157c38c4ab52a3e (diff) | |
download | busybox-w32-71bc71a7dc2601b1d9beb73ee1f178da1733788e.tar.gz busybox-w32-71bc71a7dc2601b1d9beb73ee1f178da1733788e.tar.bz2 busybox-w32-71bc71a7dc2601b1d9beb73ee1f178da1733788e.zip |
- 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 a3e59c8aa..178db1d74 100644 --- a/scripts/defconfig +++ b/scripts/defconfig | |||
@@ -454,6 +454,7 @@ CONFIG_FEATURE_MOUNT_LOOP=y | |||
454 | # | 454 | # |
455 | CONFIG_ADJTIMEX=y | 455 | CONFIG_ADJTIMEX=y |
456 | # CONFIG_BBCONFIG is not set | 456 | # CONFIG_BBCONFIG is not set |
457 | CONFIG_CHRT=y | ||
457 | CONFIG_CROND=y | 458 | CONFIG_CROND=y |
458 | # CONFIG_DEBUG_CROND_OPTION is not set | 459 | # CONFIG_DEBUG_CROND_OPTION is not set |
459 | CONFIG_FEATURE_CROND_CALL_SENDMAIL=y | 460 | CONFIG_FEATURE_CROND_CALL_SENDMAIL=y |