From 21350c5f2f4fd365440b23d9188e36240ea323b2 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Wed, 26 May 2010 07:31:36 +0300 Subject: busybox skeleton: allow logins from ttymxc[0-2] Add ttymxc[0-2] to the list is the /etc/securetty of the Busybox skeleton. This is useful for serial logins on i.MX based systems. The same serial devices already appear in the generic "target_skeleton/". Signed-off-by: Baruch Siach Signed-off-by: Peter Korsgaard --- target/generic/target_busybox_skeleton/etc/securetty | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target') diff --git a/target/generic/target_busybox_skeleton/etc/securetty b/target/generic/target_busybox_skeleton/etc/securetty index 0e7cf97cc..b25f4a5a9 100644 --- a/target/generic/target_busybox_skeleton/etc/securetty +++ b/target/generic/target_busybox_skeleton/etc/securetty @@ -30,3 +30,6 @@ ttyCPM0 ttyCPM1 ttyCPM2 ttyCPM3 +ttymxc0 +ttymxc1 +ttymxc2 -- cgit v1.2.3