diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-12-24 16:20:05 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-12-24 16:20:05 +0000 |
commit | ea1eba8bf60e03898b74a9f83d27cd611af331d8 (patch) | |
tree | 70b882f32ffce55f1c295285f53e798b4956713c | |
parent | c26d81b652b86fb1b5b41ea7236962c72ccad6b2 (diff) | |
download | mtk-20170518-ea1eba8bf60e03898b74a9f83d27cd611af331d8.zip mtk-20170518-ea1eba8bf60e03898b74a9f83d27cd611af331d8.tar.gz mtk-20170518-ea1eba8bf60e03898b74a9f83d27cd611af331d8.tar.bz2 |
fix bug #156, thx for reporting
SVN-Revision: 2760
-rw-r--r-- | openwrt/package/busybox/config/procps/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/busybox/config/procps/Config.in b/openwrt/package/busybox/config/procps/Config.in index 6d16180..8532856 100644 --- a/openwrt/package/busybox/config/procps/Config.in +++ b/openwrt/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 |