diff options
author | Ron Yorston <rmy@pobox.com> | 2015-04-22 21:34:25 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-04-22 21:34:25 +0100 |
commit | db9888142ac02f4aba3f72d29f42d5e982cbf41e (patch) | |
tree | a3be0df8da251b54e363a38caa51939f7d958365 | |
parent | 42463758ee0334dc180bc624a3d7035cf88d6bea (diff) | |
download | busybox-w32-db9888142ac02f4aba3f72d29f42d5e982cbf41e.tar.gz busybox-w32-db9888142ac02f4aba3f72d29f42d5e982cbf41e.tar.bz2 busybox-w32-db9888142ac02f4aba3f72d29f42d5e982cbf41e.zip |
mingw: enable a minimal version of nc by default
-rw-r--r-- | configs/mingw32_defconfig | 6 | ||||
-rw-r--r-- | libbb/Kbuild.src | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index 0608a8692..343b4c101 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Busybox version: 1.24.0.git | 3 | # Busybox version: 1.24.0.git |
4 | # Sun Apr 12 13:04:19 2015 | 4 | # Wed Apr 22 21:15:08 2015 |
5 | # | 5 | # |
6 | CONFIG_HAVE_DOT_CONFIG=y | 6 | CONFIG_HAVE_DOT_CONFIG=y |
7 | # CONFIG_PLATFORM_POSIX is not set | 7 | # CONFIG_PLATFORM_POSIX is not set |
@@ -753,8 +753,8 @@ CONFIG_STRINGS=y | |||
753 | # CONFIG_NAMEIF is not set | 753 | # CONFIG_NAMEIF is not set |
754 | # CONFIG_FEATURE_NAMEIF_EXTENDED is not set | 754 | # CONFIG_FEATURE_NAMEIF_EXTENDED is not set |
755 | # CONFIG_NBDCLIENT is not set | 755 | # CONFIG_NBDCLIENT is not set |
756 | # CONFIG_NC is not set | 756 | CONFIG_NC=y |
757 | # CONFIG_NC_SERVER is not set | 757 | CONFIG_NC_SERVER=y |
758 | # CONFIG_NC_EXTRA is not set | 758 | # CONFIG_NC_EXTRA is not set |
759 | # CONFIG_NC_110_COMPAT is not set | 759 | # CONFIG_NC_110_COMPAT is not set |
760 | # CONFIG_PING is not set | 760 | # CONFIG_PING is not set |
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index d94b65008..e0898565a 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
@@ -127,7 +127,7 @@ lib-$(CONFIG_FEATURE_MTAB_SUPPORT) += mtab.o | |||
127 | lib-$(CONFIG_UNICODE_SUPPORT) += unicode.o | 127 | lib-$(CONFIG_UNICODE_SUPPORT) += unicode.o |
128 | lib-$(CONFIG_FEATURE_CHECK_NAMES) += die_if_bad_username.o | 128 | lib-$(CONFIG_FEATURE_CHECK_NAMES) += die_if_bad_username.o |
129 | 129 | ||
130 | lib-$(CONFIG_NC) += udp_io.o | 130 | lib-$(CONFIG_NC_110_COMPAT) += udp_io.o |
131 | lib-$(CONFIG_DNSD) += udp_io.o | 131 | lib-$(CONFIG_DNSD) += udp_io.o |
132 | lib-$(CONFIG_NTPD) += udp_io.o | 132 | lib-$(CONFIG_NTPD) += udp_io.o |
133 | lib-$(CONFIG_TFTP) += udp_io.o | 133 | lib-$(CONFIG_TFTP) += udp_io.o |