mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: "Clément Leger" <cleger@kalray.eu>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH] ratp: select CMDLINE_EDITING
Date: Mon, 24 Sep 2018 13:45:35 +0200 (CEST)	[thread overview]
Message-ID: <755142489.12655559.1537789535402.JavaMail.zimbra@kalray.eu> (raw)

ratp seems to send special characters which are not handle correctly
without CDMLINE_EDITING. Without this config, commands run via ratp will
have an erratic behavior and/or incorrect output.
---
 common/ratp/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/ratp/Kconfig b/common/ratp/Kconfig
index 93ff75d64..07d1f53da 100644
--- a/common/ratp/Kconfig
+++ b/common/ratp/Kconfig
@@ -4,6 +4,7 @@ config CONSOLE_RATP
 	select RATP
 	select CRC16
 	select POLLER
+	select CMDLINE_EDITING
 	depends on CONSOLE_FULL
 	prompt "RATP console support"
 	help
-- 
2.15.0.276.g89ea799


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2018-09-24 11:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-24 11:45 Clément Leger [this message]
2018-09-26  6:48 ` Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=755142489.12655559.1537789535402.JavaMail.zimbra@kalray.eu \
    --to=cleger@kalray.eu \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox