]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: add NFSv1 support
authorThomas RIENOESSL <thomas.rienoessl@bachmann.info>
Fri, 10 Mar 2023 09:51:55 +0000 (10:51 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 5 May 2023 21:48:44 +0000 (17:48 -0400)
commite4bd95bba16bd57fcbf8bc38592c8a83f37be458
tree9f9e1e901971d902fcba6d1f17b3b1346b47b639
parent1b6064b3c6422e6e3e32ab641761ebcc0ce9d5c0
net: add NFSv1 support

NFSv1 support added by Christian Gmeiner, Thomas Rienoessl,
September 27, 2018. As of now, NFSv3 is the default choice.
if the server does not support NFSv3, we fall back to
versions 2 or 1.

Signed-off-by: Thomas RIENOESSL <thomas.rienoessl@bachmann.info>
net/nfs.c