From 4b6b3a87c791c06f64f826fca707d44e68e3238b Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Mon, 22 Sep 2014 00:31:04 +0100 Subject: [PATCH] Enable CONFIG_NC_SERVER, closes #3495 --- packages/sysutils/busybox/config/busybox-target.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/busybox/config/busybox-target.conf b/packages/sysutils/busybox/config/busybox-target.conf index 672a9f3ae0..9424493702 100644 --- a/packages/sysutils/busybox/config/busybox-target.conf +++ b/packages/sysutils/busybox/config/busybox-target.conf @@ -735,7 +735,7 @@ CONFIG_TTYSIZE=y # CONFIG_FEATURE_NAMEIF_EXTENDED is not set CONFIG_NBDCLIENT=y CONFIG_NC=y -# CONFIG_NC_SERVER is not set +CONFIG_NC_SERVER=y # CONFIG_NC_EXTRA is not set CONFIG_NC_110_COMPAT=y CONFIG_PING=y