summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-09-23 19:52:09 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-09-23 19:52:09 (EDT)
commit40e02ad3025969c32d36834d2b53a7cf7d52e25a (patch)
tree7292dceae95710146b4115a3180156f3b3c02c0a
parentd01688220c754fbc1a0a1471ca7c507e84308d43 (diff)
busybox: Enable NC_110_COMPAT
-rw-r--r--changelog1
-rw-r--r--src/build/busybox/1.21.1/busybox.config2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog b/changelog
index 6b46b20..c52a327 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,7 @@ config-ao751h (1.3) trunk
* Update to platconf-pkg-tools version 2.
* config-base: New essential package to depend on proteanos-branding.
+ * config-busybox-dev: Enable extra netcat options.
-- "P. J. McDermott" <pj@pehjota.net> Tue, 23 Sep 2014 19:46:47 -0400
diff --git a/src/build/busybox/1.21.1/busybox.config b/src/build/busybox/1.21.1/busybox.config
index 28bc676..781e87f 100644
--- a/src/build/busybox/1.21.1/busybox.config
+++ b/src/build/busybox/1.21.1/busybox.config
@@ -738,7 +738,7 @@ CONFIG_NBDCLIENT=y
CONFIG_NC=y
CONFIG_NC_SERVER=y
CONFIG_NC_EXTRA=y
-# CONFIG_NC_110_COMPAT is not set
+CONFIG_NC_110_COMPAT=y
CONFIG_PING=y
CONFIG_PING6=y
CONFIG_FEATURE_FANCY_PING=y