From e56550529a1219cab1de88358f01b137edaf3b3d Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Tue, 29 Apr 2014 09:57:13 -0400 Subject: [PATCH] busybox: Also build in netcat As it is quite useful. Signed-off-by: Konrad Rzeszutek Wilk --- root_image/busybox.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root_image/busybox.config b/root_image/busybox.config index ef16b75..8d3bd81 100644 --- a/root_image/busybox.config +++ b/root_image/busybox.config @@ -669,8 +669,8 @@ CONFIG_IFUPDOWN_IFSTATE_PATH="" # CONFIG_FEATURE_IPCALC_LONG_OPTIONS is not set # CONFIG_NAMEIF is not set # CONFIG_FEATURE_NAMEIF_EXTENDED is not set -# CONFIG_NC is not set -# CONFIG_NC_SERVER is not set +CONFIG_NC=y +CONFIG_NC_SERVER=y # CONFIG_NC_EXTRA is not set # CONFIG_NETSTAT is not set # CONFIG_FEATURE_NETSTAT_WIDE is not set -- 2.39.5