diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-01-15 19:23:36 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-01-15 19:56:14 +0100 |
commit | e83d4f9c0021a524734d9d321ac513884a9872a1 (patch) | |
tree | dfb4bfab8fa9c2cd38907a544b2bb9d876a0c7eb /main/busybox/busyboxconfig-extras | |
parent | 4e26bd32d5f4d6d843b2df09a6f27a9aedebf857 (diff) | |
download | aports-e83d4f9c0021a524734d9d321ac513884a9872a1.tar.bz2 aports-e83d4f9c0021a524734d9d321ac513884a9872a1.tar.xz |
main/busybox: use the same network options in both config files
The busyboxconfig-extras configuration file didn't enable a few network
options which are enabled in the busyboxconfig configuration file. Most
importantly, support for IPv6 was disabled. The other options don't seem
as important to me but I enabled them for consistency anyhow.
Fixes #9590
Diffstat (limited to 'main/busybox/busyboxconfig-extras')
-rw-r--r-- | main/busybox/busyboxconfig-extras | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/main/busybox/busyboxconfig-extras b/main/busybox/busyboxconfig-extras index a62a8c9437..9ba36d4b28 100644 --- a/main/busybox/busyboxconfig-extras +++ b/main/busybox/busyboxconfig-extras @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Busybox version: 1.29.2 -# Sat Aug 4 15:12:47 2018 +# Busybox version: 1.29.3 +# Tue Jan 15 19:53:35 2019 # CONFIG_HAVE_DOT_CONFIG=y @@ -205,6 +205,7 @@ CONFIG_GZIP_FAST=0 # CONFIG_COMM is not set # CONFIG_CP is not set # CONFIG_FEATURE_CP_LONG_OPTIONS is not set +# CONFIG_FEATURE_CP_REFLINK is not set # CONFIG_CUT is not set # CONFIG_DATE is not set # CONFIG_FEATURE_DATE_ISOFMT is not set @@ -800,10 +801,10 @@ CONFIG_READAHEAD=y # # Networking Utilities # -# CONFIG_FEATURE_IPV6 is not set -# CONFIG_FEATURE_UNIX_LOCAL is not set -# CONFIG_FEATURE_PREFER_IPV4_ADDRESS is not set -# CONFIG_VERBOSE_RESOLUTION_ERRORS is not set +CONFIG_FEATURE_IPV6=y +CONFIG_FEATURE_UNIX_LOCAL=y +CONFIG_FEATURE_PREFER_IPV4_ADDRESS=y +CONFIG_VERBOSE_RESOLUTION_ERRORS=y # CONFIG_ARP is not set # CONFIG_ARPING is not set # CONFIG_BRCTL is not set |