This website works better with JavaScript
首页
发现
帮助
登录
PUBLIC_REPOS
/
buildroot
镜像自地址
git://git.buildroot.net/buildroot
关注
2
点赞
1
派生
0
文件
浏览代码
target/generic: add uartlite ttyULx devices to securetty
Peter Korsgaard
17 年之前
父节点
1b821fe7de
当前提交
49e3aba2d9
共有
2 个文件被更改
,包括
8 次插入
和
0 次删除
分列视图
显示文件统计
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
查看文件
@@ -10,3 +10,7 @@ ttyS0
ttyS1
ttyS2
ttyS3
+ttyUL0
+ttyUL1
+ttyUL2
+ttyUL3
+ 4
- 0
target/generic/target_skeleton/etc/securetty
查看文件
@@ -10,3 +10,7 @@ ttyS0
ttyS1
ttyS2
ttyS3
+ttyUL0
+ttyUL1
+ttyUL2
+ttyUL3