instead of assuming the backingstore is a ip address, use resolv() to make it possible to pass in a hostname. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- fs/tftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/tftp.c b/fs/tftp.c index 463e0fc..e8a209e 100644 --- a/fs/tftp.c +++ b/fs/tftp.c @@ -603,7 +603,7 @@ static int tftp_probe(struct device_d *dev) dev->priv = priv; - string_to_ip(fsdev->backingstore, &priv->server); + priv->server = resolv(fsdev->backingstore); return 0; } -- 1.7.10 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox