From: Peter Korsgaard Date: Tue, 3 Feb 2009 14:30:44 +0000 (-0000) Subject: target/generic: add ttyCPMx device nodes to device_table / securetty X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87736033ab385b25b40eeff75042870e7fb858d9;p=buildroot.git target/generic: add ttyCPMx device nodes to device_table / securetty Serial devices for CPM cores on ppc. --- diff --git a/target/generic/device_table.txt b/target/generic/device_table.txt index 04fc02c3d4..d009f18057 100644 --- a/target/generic/device_table.txt +++ b/target/generic/device_table.txt @@ -72,6 +72,7 @@ #/dev/ttySA c 666 0 0 204 5 0 1 3 /dev/psaux c 666 0 0 10 1 0 0 - #/dev/ppp c 666 0 0 108 0 - - - +/dev/ttyCPM c 666 0 0 204 46 0 1 4 /dev/ttyAMA c 666 0 0 204 64 0 1 4 /dev/ttyPSC c 666 0 0 204 148 0 1 4 /dev/ttyUL c 666 0 0 204 187 0 1 4 diff --git a/target/generic/target_busybox_skeleton/etc/securetty b/target/generic/target_busybox_skeleton/etc/securetty index 3cdec970e8..793a4af69d 100644 --- a/target/generic/target_busybox_skeleton/etc/securetty +++ b/target/generic/target_busybox_skeleton/etc/securetty @@ -22,3 +22,7 @@ ttyPSC0 ttyPSC1 ttyPSC2 ttyPSC3 +ttyCPM0 +ttyCPM1 +ttyCPM2 +ttyCPM3 diff --git a/target/generic/target_skeleton/etc/securetty b/target/generic/target_skeleton/etc/securetty index 3cdec970e8..793a4af69d 100644 --- a/target/generic/target_skeleton/etc/securetty +++ b/target/generic/target_skeleton/etc/securetty @@ -22,3 +22,7 @@ ttyPSC0 ttyPSC1 ttyPSC2 ttyPSC3 +ttyCPM0 +ttyCPM1 +ttyCPM2 +ttyCPM3