From e0dc0af3e17ce40dd0b18bf5af2a52e49943c404 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Sun, 4 Mar 2012 22:35:02 +0400 Subject: [PATCH] add nslookup support to busybox, useful for network troubleshooting --- packages/sysutils/busybox/config/busybox.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/busybox/config/busybox.conf b/packages/sysutils/busybox/config/busybox.conf index e6b42695ad..4b256205a0 100644 --- a/packages/sysutils/busybox/config/busybox.conf +++ b/packages/sysutils/busybox/config/busybox.conf @@ -800,7 +800,7 @@ CONFIG_FEATURE_IP_ROUTE=y CONFIG_NETSTAT=y # CONFIG_FEATURE_NETSTAT_WIDE is not set CONFIG_FEATURE_NETSTAT_PRG=y -# CONFIG_NSLOOKUP is not set +CONFIG_NSLOOKUP=y # CONFIG_NTPD is not set # CONFIG_FEATURE_NTPD_SERVER is not set # CONFIG_PSCAN is not set