This website works better with JavaScript
Home
Explore
Help
Sign In
PUBLIC_REPOS
/
buildroot
mirror of
git://git.buildroot.net/buildroot
Watch
2
Star
1
Fork
0
Files
Browse Source
target/generic: add uartlite ttyULx devices to securetty
Peter Korsgaard
17 years ago
parent
1b821fe7de
commit
49e3aba2d9
2 changed files
with
8 additions
and
0 deletions
Split View
Show Diff Stats
4
0
target/generic/target_busybox_skeleton/etc/securetty
4
0
target/generic/target_skeleton/etc/securetty
+ 4
- 0
target/generic/target_busybox_skeleton/etc/securetty
View File
@@ -10,3 +10,7 @@ ttyS0
ttyS1
ttyS2
ttyS3
+ttyUL0
+ttyUL1
+ttyUL2
+ttyUL3
+ 4
- 0
target/generic/target_skeleton/etc/securetty
View File
@@ -10,3 +10,7 @@ ttyS0
ttyS1
ttyS2
ttyS3
+ttyUL0
+ttyUL1
+ttyUL2
+ttyUL3