From: Guillaume Gardet Date: Thu, 30 Dec 2010 15:46:14 +0000 (+0100) Subject: etc/securetty: Add ttyO0 to ttyO3 for omap X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3931ca1a159530026adc3964fbb173f8113aef6;p=buildroot.git etc/securetty: Add ttyO0 to ttyO3 for omap Recent kernels (2.6.37*) use a different name for OMAP serial ports. They are no longer called ttySx but ttyOx. Signed-off-by: Guillaume GARDET Signed-off-by: Peter Korsgaard --- diff --git a/fs/skeleton/etc/securetty b/fs/skeleton/etc/securetty index b25f4a5a9c..e69fec778a 100644 --- a/fs/skeleton/etc/securetty +++ b/fs/skeleton/etc/securetty @@ -33,3 +33,7 @@ ttyCPM3 ttymxc0 ttymxc1 ttymxc2 +ttyO0 +ttyO1 +ttyO2 +ttyO3