[Buildroot] [PATCH] Add ttyO0 to ttyO3 in /etc/securetty in skeleton

Guillaume Gardet guillaume.gardet at free.fr
Thu Dec 30 15:46:14 UTC 2010


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 at 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




More information about the buildroot mailing list