ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

commit a97213303ea557e36c9bc89283e5e5bca7df6ef9
parent 1b058f3517972f1cf8b0ca90240daf981232f408
Author: sin <sin@2f30.org>
Date:   Thu, 29 May 2014 13:57:32 +0100

Remove sysctl from busybox - ubase has one

Diffstat:
Mbusybox/busybox.config | 2+-
Mbusybox/busybox.mk | 1-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/busybox/busybox.config b/busybox/busybox.config @@ -909,7 +909,7 @@ CONFIG_KILLALL5=y # CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS is not set # CONFIG_FEATURE_PS_UNUSUAL_SYSTEMS is not set # CONFIG_RENICE is not set -CONFIG_BB_SYSCTL=y +# CONFIG_BB_SYSCTL is not set CONFIG_FEATURE_SHOW_THREADS=y # CONFIG_WATCH is not set diff --git a/busybox/busybox.mk b/busybox/busybox.mk @@ -25,7 +25,6 @@ INSTALL_SYMLINK = \ busybox /bin/ping \ busybox /bin/reset \ busybox /bin/route \ - busybox /bin/sysctl \ busybox /bin/tac \ busybox /bin/telnet \ busybox /bin/tftp \