From 86dda115a7594771c21c062b41301f59050d8a98 Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Tue, 13 May 2014 10:28:55 +0200 Subject: commands: introduce CMD_HOST ... because NET_RESOLV can be used alone to turn on the functionality of resolv(). Signed-off-by: Holger Schurig Signed-off-by: Sascha Hauer --- commands/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'commands/Kconfig') diff --git a/commands/Kconfig b/commands/Kconfig index 2166776e2b..8bf59c46b4 100644 --- a/commands/Kconfig +++ b/commands/Kconfig @@ -1043,6 +1043,15 @@ if NET menu "Network" +config CMD_HOST + tristate + select NET_RESOLV + prompt "host" + help + Resolv a hostname. + + Usage: host DESTINATION + config CMD_MIITOOL tristate depends on PHYLIB -- cgit v1.2.3