summaryrefslogtreecommitdiffstats
path: root/commands/tftp.c
Commit message (Collapse)AuthorAgeFilesLines
* commands/tftp: use debug() for debug outputHubert Feurstein2013-04-031-1/+1
| | | | | Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* net: Add tftp command which uses the new tftp codeSascha Hauer2012-09-281-0/+103
Traditionally tftp is a command of its own. Since we can mount tftp as a filesystem we have duplicated the tftp code, the old code is used by the tftp command, the new by the filesystem support. This adds a tftp command based on the filesystem support to preserve backward compatibility. This allows us to remove the old tftp support in the next step. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>