aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2005-05-20 17:22:18 +0000
committerPaul Mundt <lethal@linux-sh.org>2005-05-20 17:22:18 +0000
commit8b2d02ed34fe9f43c070d553ac5bc9491cb474a2 (patch)
tree53eece1bef201efbb1e1f2479dd10d08b0198032 /util-linux/Config.in
parent93850a56b2257ca5d0b2bbea82348622d83011b8 (diff)
downloadbusybox-w32-8b2d02ed34fe9f43c070d553ac5bc9491cb474a2.tar.gz
busybox-w32-8b2d02ed34fe9f43c070d553ac5bc9491cb474a2.tar.bz2
busybox-w32-8b2d02ed34fe9f43c070d553ac5bc9491cb474a2.zip
Add readprofile applet support.
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r--util-linux/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index c47a42d5b..3c990b936 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -351,5 +351,11 @@ config CONFIG_FEATURE_MTAB_FILENAME
351 value is /etc/mtab, which is where this file is located on most desktop 351 value is /etc/mtab, which is where this file is located on most desktop
352 Linux systems. 352 Linux systems.
353 353
354config CONFIG_READPROFILE
355 bool "readprofile"
356 default n
357 help
358 This allows you to parse /proc/profile for basic profiling.
359
354endmenu 360endmenu
355 361