From: Baruch Siach Date: Wed, 26 May 2010 04:31:36 +0000 (+0300) Subject: busybox skeleton: allow logins from ttymxc[0-2] X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=21350c5f2f4fd365440b23d9188e36240ea323b2;p=buildroot.git 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 --- diff --git a/target/generic/target_busybox_skeleton/etc/securetty b/target/generic/target_busybox_skeleton/etc/securetty index 0e7cf97cc5..b25f4a5a9c 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