From 71bc71a7dc2601b1d9beb73ee1f178da1733788e Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 9 Mar 2007 16:56:38 +0000 Subject: - add chrt applet. text data bss dec hex filename 769 0 0 769 301 miscutils/chrt.o and could use some further shrinkage --- miscutils/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'miscutils/Config.in') diff --git a/miscutils/Config.in b/miscutils/Config.in index 5afeb2a7e..a1ed24368 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 -- cgit v1.2.3