From ceb3da38b9e6b5879c276263c2a50edcb30c7b19 Mon Sep 17 00:00:00 2001 From: Stephen Lawrence Date: Fri, 7 Feb 2020 16:21:22 +0000 Subject: README.md: correct boards.yaml syntax for ser2net_options Add missing ':' to syntax for 'ser2net_options' in boards.yaml doc. Signed-off-by: Stephen Lawrence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2d531c..6013400 100644 --- a/README.md +++ b/README.md @@ -328,7 +328,7 @@ boards: interfacenum: (optional) The interfacenumber of the serial. (Used with two serial in one device) use_conmux: True/False (Use conmux-console instead of ser2net) use_ser2net: True/False (Deprecated, ser2net is the default uart handler) - ser2net_options (optional) A list of ser2net options to add + ser2net_options: (optional) A list of ser2net options to add - option1 - option2 use_screen: True/False (Use screen via ssh instead of ser2net) -- cgit 1.2.3-korg