diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-12-24 16:20:05 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-12-24 16:20:05 +0000 |
commit | a1691a4b963a0a8967a4714c7157a255ff9d4697 (patch) | |
tree | 93714b363a9fae077692c56537570fc35170c877 /package/busybox/config | |
parent | 1c993a4b36cbfd2de28cb24a8345b26772581306 (diff) | |
download | upstream-a1691a4b963a0a8967a4714c7157a255ff9d4697.tar.gz upstream-a1691a4b963a0a8967a4714c7157a255ff9d4697.tar.bz2 upstream-a1691a4b963a0a8967a4714c7157a255ff9d4697.zip |
fix bug #156, thx for reporting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2760 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config')
-rw-r--r-- | package/busybox/config/procps/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/procps/Config.in b/package/busybox/config/procps/Config.in index 6d16180993..85328564a2 100644 --- a/package/busybox/config/procps/Config.in +++ b/package/busybox/config/procps/Config.in @@ -77,7 +77,7 @@ config BUSYBOX_CONFIG_UPTIME the system has been running, how many users are currently logged on, and the system load averages for the past 1, 5, and 15 minutes. -config BUSYBOX_CONFIG_SYSCTL +config BUSYBOX_CONFIG_BB_SYSCTL bool "sysctl" default y help |