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 /miscutils/Config.in | |
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 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 5afeb2a..a1ed243 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -19,6 +19,13 @@ config BBCONFIG The bbconfig applet will print the config file with which busybox was built. +config CHRT + bool "chrt" + default n + help + manipulate real-time attributes of a process. + This requires sched_{g,s}etparam support in your libc. + config CROND bool "crond" default n |