- add chrt applet.

text    data     bss     dec     hex filename
    769       0       0     769     301 miscutils/chrt.o
and could use some further shrinkage
This commit is contained in:
Bernhard Reutner-Fischer
2007-03-09 16:56:38 +00:00
parent 339f5eb2e0
commit 71bc71a7dc
6 changed files with 150 additions and 0 deletions

View File

@@ -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