[PATCH 18/19] commands: move CMD_IFUP to commands/Kconfig

Holger Schurig holgerschurig at gmail.com
Tue May 13 01:28:58 PDT 2014


* this places the command into the "Network commands"
  section of Kconfig
* while at it, improve Kconfig documention

Signed-off-by: Holger Schurig <holgerschurig at gmail.com>
---
 commands/Kconfig |   17 +++++++++++++++++
 net/Kconfig      |    7 -------
 2 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/commands/Kconfig b/commands/Kconfig
index fa2e37a..e105b84 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -1077,6 +1077,23 @@ config CMD_HOST
 
 	  Usage: host DESTINATION
 
+config NET_CMD_IFUP
+	bool
+	prompt "ifup"
+	help
+	  Bring up network interfaces based on config files.
+
+	  Usage: ifup [-af] [INTF]
+
+	  Each INTF must have a script /env/network/INTF that set the variables
+	  ip (to 'static' or 'dynamic'), ipaddr, netmask, gateway, serverip
+	  and/or ethaddr. A script /env/network/INTF-discover can contains for
+	  discovering the ethernet device, e.g. 'usb'.
+
+	  Options:
+	          -a      bring up all interfaces
+	          -f      Force. Configure even if ip already set
+
 config CMD_MIITOOL
 	tristate
 	depends on PHYLIB
diff --git a/net/Kconfig b/net/Kconfig
index d09ddee..918d776 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -22,11 +22,4 @@ config NET_IFUP
 	default y
 	bool
 
-config NET_CMD_IFUP
-	bool
-	prompt "ifup support"
-	help
-	  This enables the 'ifup' command which is used to bring up network
-	  interfaces based on config files under /env/network/<ethname>
-
 endif
-- 
1.7.10.4




More information about the barebox mailing list