diff options
author | Paul Mundt | 2005-05-20 17:22:18 +0000 |
---|---|---|
committer | Paul Mundt | 2005-05-20 17:22:18 +0000 |
commit | 8b2d02ed34fe9f43c070d553ac5bc9491cb474a2 (patch) | |
tree | 53eece1bef201efbb1e1f2479dd10d08b0198032 /util-linux/Config.in | |
parent | 93850a56b2257ca5d0b2bbea82348622d83011b8 (diff) | |
download | busybox-8b2d02ed34fe9f43c070d553ac5bc9491cb474a2.zip busybox-8b2d02ed34fe9f43c070d553ac5bc9491cb474a2.tar.gz |
Add readprofile applet support.
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index c47a42d..3c990b9 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -351,5 +351,11 @@ config CONFIG_FEATURE_MTAB_FILENAME value is /etc/mtab, which is where this file is located on most desktop Linux systems. +config CONFIG_READPROFILE + bool "readprofile" + default n + help + This allows you to parse /proc/profile for basic profiling. + endmenu |