aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
Diffstat (limited to 'procps')
-rw-r--r--procps/Config.in2
-rw-r--r--procps/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/procps/Config.in b/procps/Config.in
index 8d557972c..7672582dd 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -72,7 +72,7 @@ config CONFIG_UPTIME
72 the system has been running, how many users are currently logged 72 the system has been running, how many users are currently logged
73 on, and the system load averages for the past 1, 5, and 15 minutes. 73 on, and the system load averages for the past 1, 5, and 15 minutes.
74 74
75config CONFIG_SYSCTL 75config CONFIG_BB_SYSCTL
76 bool "sysctl" 76 bool "sysctl"
77 default n 77 default n
78 help 78 help
diff --git a/procps/Makefile.in b/procps/Makefile.in
index b9eb117fd..5207b801b 100644
--- a/procps/Makefile.in
+++ b/procps/Makefile.in
@@ -29,7 +29,7 @@ PROCPS-$(CONFIG_KILL) += kill.o
29PROCPS-$(CONFIG_PIDOF) += pidof.o 29PROCPS-$(CONFIG_PIDOF) += pidof.o
30PROCPS-$(CONFIG_PS) += ps.o 30PROCPS-$(CONFIG_PS) += ps.o
31PROCPS-$(CONFIG_RENICE) += renice.o 31PROCPS-$(CONFIG_RENICE) += renice.o
32PROCPS-$(CONFIG_SYSCTL) += sysctl.o 32PROCPS-$(CONFIG_BB_SYSCTL) += sysctl.o
33PROCPS-$(CONFIG_TOP) += top.o 33PROCPS-$(CONFIG_TOP) += top.o
34PROCPS-$(CONFIG_UPTIME) += uptime.o 34PROCPS-$(CONFIG_UPTIME) += uptime.o
35 35