summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-05-13 10:28:54 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-14 10:03:48 +0200
commitc3e8dae409c5e53b847daee97c54facf97b9daac (patch)
tree68fe4810954c9e15f5d06ad226e8f37b62d5f681 /commands/Kconfig
parent26a34100e88b707db00f0b66361f344177cdf4ff (diff)
downloadbarebox-c3e8dae409c5e53b847daee97c54facf97b9daac.tar.gz
barebox-c3e8dae409c5e53b847daee97c54facf97b9daac.tar.xz
commands: let all network commands depend on NET
... by using an "if NET" ... "endif" clause. Signed-off-by: Holger Schurig <holgerschurig@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 2339f4e3a9..2166776e2b 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -1039,6 +1039,7 @@ endmenu
+if NET
menu "Network"
@@ -1074,6 +1075,9 @@ config CMD_TFTP
# end Network commands
endmenu
+# end if NET
+endif
+