summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-10-03 21:17:39 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-03 21:17:39 +0200
commitedf068e9cf18d3b756c606cbd1d9ce312640646a (patch)
treec52f2376f8677c747295c55238e24ee7362a8cba /commands/Kconfig
parent6021818e3d7933da580f83972cb0d8556df6659c (diff)
parent838d48cef45863acf8208dffe9e624fa6f8ce6f5 (diff)
downloadbarebox-edf068e9cf18d3b756c606cbd1d9ce312640646a.tar.gz
barebox-edf068e9cf18d3b756c606cbd1d9ce312640646a.tar.xz
Merge branch 'for-next/tftp'
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 930a9b1d0f..1561315633 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -222,6 +222,14 @@ config CMD_READLINK
help
read value of a symbolic link
+config CMD_TFTP
+ depends on FS_TFTP
+ tristate
+ prompt "tftp"
+ help
+ barebox can mount tftp as a filesystem. This command is only needed to
+ preserve backward compatibility to the old tftp command.
+
endmenu
menu "console "