diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-09-23 19:59:39 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-23 19:59:39 (EDT) |
commit | 87a1a75d03f7c4c2487dbd2fa6919319f0b7eef2 (patch) | |
tree | a81e686ab94939cd6fb8813eca77569806369eb7 | |
parent | a145faf55fd499b6112362fbd8d8d748efdfc552 (diff) |
busybox: Enable NC_110_COMPAT
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | src/build/busybox/1.21.1/busybox.config | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ config-dimension2400 (1.4) trunk * Update to platconf-pkg-tools version 2. + * config-base: New essential package to depend on proteanos-branding. + * config-busybox-dimension2400: Enable extra netcat options. -- "P. J. McDermott" <pj@pehjota.net> Tue, 23 Sep 2014 19:54:35 -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 |