Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Add ttyO0 to ttyO3 in /etc/securetty in skeleton
@ 2010-12-30 15:46 Guillaume Gardet
  2010-12-30 21:04 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Guillaume Gardet @ 2010-12-30 15:46 UTC (permalink / raw)
  To: buildroot

Hi,

Recent kernels (2.6.37*) use a different name for OMAP serial ports. They are no longer called ttySx but ttyOx. This patch add ttyO0 to ttyO3 in /etc/securetty.
Could you apply it in the trunk?

Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>


diff --git a/fs/skeleton/etc/securetty b/fs/skeleton/etc/securetty
index b25f4a5..e69fec7 100644
--- a/fs/skeleton/etc/securetty
+++ b/fs/skeleton/etc/securetty
@@ -33,3 +33,7 @@ ttyCPM3
  ttymxc0
  ttymxc1
  ttymxc2
+ttyO0
+ttyO1
+ttyO2
+ttyO3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-30 21:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-30 15:46 [Buildroot] [PATCH] Add ttyO0 to ttyO3 in /etc/securetty in skeleton Guillaume Gardet
2010-12-30 21:04 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox