From: Konrad Rzeszutek Wilk Date: Tue, 29 Apr 2014 13:57:13 +0000 (-0400) Subject: busybox: Also build in netcat X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e56550529a1219cab1de88358f01b137edaf3b3d;p=xentesttools%2Fbootstrap.git busybox: Also build in netcat As it is quite useful. Signed-off-by: Konrad Rzeszutek Wilk --- 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