[Buildroot] [PATCH] system/securetty: Add ttyPS[0-1]

Soren Brinkmann soren.brinkmann at xilinx.com
Wed Apr 10 20:34:38 UTC 2013


Adding ttyPS0 and ttyPS1 to securetty for Zynq.

Signed-off-by: Soren Brinkmann <soren.brinkmann at xilinx.com>
---
Zynq has two UARTs and the driver uses ttyPSX as device name.

	Sören

 system/skeleton/etc/securetty | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/system/skeleton/etc/securetty b/system/skeleton/etc/securetty
index c96f2fb..5a3d0c6 100644
--- a/system/skeleton/etc/securetty
+++ b/system/skeleton/etc/securetty
@@ -22,6 +22,8 @@ ttyUL0
 ttyUL1
 ttyUL2
 ttyUL3
+ttyPS0
+ttyPS1
 ttyPSC0
 ttyPSC1
 ttyPSC2
-- 
1.8.2.1




More information about the buildroot mailing list