aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/config
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2017-03-14 22:38:59 +0100
committerJo-Philipp Wich <jo@mein.io>2017-04-15 18:13:45 +0200
commit1d76542ccafe533bfef20074b115dbed4549c986 (patch)
treec360099b0294774832cab13203125b42b1af45c2 /package/utils/busybox/config
parent6ca5ccc62019cf9376b552c0635f4242dd4fae0f (diff)
downloadupstream-1d76542ccafe533bfef20074b115dbed4549c986.tar.gz
upstream-1d76542ccafe533bfef20074b115dbed4549c986.tar.bz2
upstream-1d76542ccafe533bfef20074b115dbed4549c986.zip
busybox: add musl compatible nslookup replacement
Add an alternative nslookup applet implementation which is compatible with musl libc wrt. name server selection and which supports a number of additional features such as query type selection. Fixes #155, #217 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/utils/busybox/config')
-rw-r--r--package/utils/busybox/config/networking/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/utils/busybox/config/networking/Config.in b/package/utils/busybox/config/networking/Config.in
index 407ddd30dd..e58746bdd7 100644
--- a/package/utils/busybox/config/networking/Config.in
+++ b/package/utils/busybox/config/networking/Config.in
@@ -850,6 +850,20 @@ config BUSYBOX_CONFIG_NSLOOKUP
help
nslookup is a tool to query Internet name servers.
+config BUSYBOX_CONFIG_NSLOOKUP_LEDE
+ bool "nslookup_lede"
+ depends on !BUSYBOX_CONFIG_NSLOOKUP
+ default BUSYBOX_DEFAULT_NSLOOKUP_LEDE
+ help
+ nslookup is a tool to query Internet name servers (LEDE flavor).
+
+config BUSYBOX_CONFIG_FEATURE_NSLOOKUP_LEDE_LONG_OPTIONS
+ bool "Enable long options"
+ default BUSYBOX_DEFAULT_FEATURE_NSLOOKUP_LEDE_LONG_OPTIONS
+ depends on BUSYBOX_CONFIG_NSLOOKUP_LEDE && BUSYBOX_CONFIG_LONG_OPTS
+ help
+ Support long options for the nslookup applet.
+
config BUSYBOX_CONFIG_NTPD
bool "ntpd"
default BUSYBOX_DEFAULT_NTPD