* [PATCH] ratp: select CMDLINE_EDITING
@ 2018-09-24 11:45 Clément Leger
2018-09-26 6:48 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Clément Leger @ 2018-09-24 11:45 UTC (permalink / raw)
To: Barebox List
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ratp: select CMDLINE_EDITING
2018-09-24 11:45 [PATCH] ratp: select CMDLINE_EDITING Clément Leger
@ 2018-09-26 6:48 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2018-09-26 6:48 UTC (permalink / raw)
To: Clément Leger; +Cc: Barebox List
On Mon, Sep 24, 2018 at 01:45:35PM +0200, Clément Leger wrote:
> 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(+)
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-09-26 6:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-24 11:45 [PATCH] ratp: select CMDLINE_EDITING Clément Leger
2018-09-26 6:48 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox