diff --git a/busybox-container.config b/busybox-container.config index 79271f4..b8b71d5 100644 --- a/busybox-container.config +++ b/busybox-container.config @@ -920,7 +920,7 @@ CONFIG_NETSTAT=y CONFIG_FEATURE_NETSTAT_WIDE=y CONFIG_FEATURE_NETSTAT_PRG=y CONFIG_NSLOOKUP=y -CONFIG_FEATURE_NSLOOKUP_BIG=y +# CONFIG_FEATURE_NSLOOKUP_BIG is not set CONFIG_FEATURE_NSLOOKUP_LONG_OPTIONS=y # CONFIG_NTPD is not set # CONFIG_FEATURE_NTPD_SERVER is not set diff --git a/busybox-static.config b/busybox-static.config index 10675ee..4d96ccd 100644 --- a/busybox-static.config +++ b/busybox-static.config @@ -919,7 +919,7 @@ CONFIG_NETSTAT=y CONFIG_FEATURE_NETSTAT_WIDE=y # CONFIG_FEATURE_NETSTAT_PRG is not set CONFIG_NSLOOKUP=y -CONFIG_FEATURE_NSLOOKUP_BIG=y +# CONFIG_FEATURE_NSLOOKUP_BIG is not set CONFIG_FEATURE_NSLOOKUP_LONG_OPTIONS=y CONFIG_NTPD=y CONFIG_FEATURE_NTPD_SERVER=y diff --git a/busybox.changes b/busybox.changes index b9bc0a7..36b33a7 100644 --- a/busybox.changes +++ b/busybox.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Feb 22 17:46:55 UTC 2020 - Thorsten Kukuk + +- Disable CONFIG_FEATURE_NSLOOKUP_BIG as it leads to incompatible + nslookup behavior + ------------------------------------------------------------------- Mon Feb 10 11:46:10 UTC 2020 - Thorsten Kukuk diff --git a/busybox.config b/busybox.config index a40d672..0e59f0f 100644 --- a/busybox.config +++ b/busybox.config @@ -919,7 +919,7 @@ CONFIG_NETSTAT=y CONFIG_FEATURE_NETSTAT_WIDE=y # CONFIG_FEATURE_NETSTAT_PRG is not set CONFIG_NSLOOKUP=y -CONFIG_FEATURE_NSLOOKUP_BIG=y +# CONFIG_FEATURE_NSLOOKUP_BIG is not set CONFIG_FEATURE_NSLOOKUP_LONG_OPTIONS=y CONFIG_NTPD=y CONFIG_FEATURE_NTPD_SERVER=y