From d67b3a54af65ab4818a891458d2d59f91f239f99 Mon Sep 17 00:00:00 2001 From: Tzu-Jung Lee Date: Sun, 26 May 2013 10:40:25 +0000 Subject: skeleton: add default login port to /etc/securetty We ran into a "Login incorrect" problem when running the same rootfs image across platforms with different loging ports ttyS0/1/2/3. Simply assignning "console" to BR2_TARGET_GENERIC_GETTY_PORT, which in turn modifies the /etc/inittab, is not enough because the "console" device was missing in the /etc/securetty. While current securetty has enumerated a lot of ttys, this patch should save some efforts to enumerate more. [Peter: guard with single quotes] Signed-off-by: Tzu-Jung Lee Signed-off-by: Spenser Gilliland Acked-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- support/scripts/graph-depends | 1 + 1 file changed, 1 insertion(+) (limited to 'support') diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends index 180c81d94..3bab725cd 100755 --- a/support/scripts/graph-depends +++ b/support/scripts/graph-depends @@ -161,6 +161,7 @@ def remove_redundant_deps(deps): return newdeps TARGET_EXCEPTIONS = [ + "target-generic-securetty", "target-generic-issue", "target-generic-getty-busybox", "target-generic-do-remount-rw", -- cgit v1.2.3