[PATCH] net: fix NetConsole documentation reference

Ramon Fried rfried.dev at gmail.com
Mon Dec 18 10:01:19 CET 2023


On Mon, Dec 18, 2023 at 9:37 AM Baruch Siach <baruch at tkos.co.il> wrote:
>
> Fixes: d0253f7e5ca1 ("doc: move README.NetConsole to HTML documentation")
> Signed-off-by: Baruch Siach <baruch at tkos.co.il>
> ---
>  net/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/Kconfig b/net/Kconfig
> index 4215889127c9..92a22ac1ea55 100644
> --- a/net/Kconfig
> +++ b/net/Kconfig
> @@ -57,7 +57,7 @@ config NETCONSOLE
>         bool "NetConsole support"
>         help
>           Support the 'nc' input/output device for networked console.
> -         See README.NetConsole for details.
> +         See doc/usage/netconsole.rst for details.
>
>  config IP_DEFRAG
>         bool "Support IP datagram reassembly"
> --
> 2.43.0
>
Reviewed-by: Ramon Fried <rfried.dev at gmail.com>


More information about the U-Boot mailing list