Skip to content
Snippets Groups Projects
Commit 0f36b58b authored by Rene de Souza Pinto's avatar Rene de Souza Pinto Committed by Sören Tempel
Browse files

main/busybox: Add serial consoles to securetty


Add to securetty file the serial consoles related to the following devices:

- NVIDIA Jetson Xavier NX developer kit
- Lenovo ThinkEdge SE70
- phyBOARD-Pollux board (i.MX8M Plus SoC)
- Advantech EPC-R3720 (i.MX8M Plus SoC)
- Rockchip RK3399 developer kit

Signed-off-by: default avatarRenê de Souza Pinto <rene@renesp.com.br>
parent 0526f5b2
No related branches found
No related tags found
1 merge request!53053main/busybox: Add serial consoles to securetty
Pipeline #186578 skipped
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=busybox pkgname=busybox
pkgver=1.36.1 pkgver=1.36.1
pkgrel=12 pkgrel=13
pkgdesc="Size optimized toolbox of many common UNIX utilities" pkgdesc="Size optimized toolbox of many common UNIX utilities"
url="https://busybox.net/" url="https://busybox.net/"
arch="all" arch="all"
...@@ -259,6 +259,7 @@ package() { ...@@ -259,6 +259,7 @@ package() {
install -Dm644 "$srcdir"/udhcpc.conf "$pkgdir"/etc/udhcpc/udhcpc.conf install -Dm644 "$srcdir"/udhcpc.conf "$pkgdir"/etc/udhcpc/udhcpc.conf
cat >"$pkgdir"/etc/securetty <<EOF cat >"$pkgdir"/etc/securetty <<EOF
console console
tty0
tty1 tty1
tty2 tty2
tty3 tty3
...@@ -273,8 +274,14 @@ tty11 ...@@ -273,8 +274,14 @@ tty11
hvc0 hvc0
ttyS0 ttyS0
ttyS1 ttyS1
ttyS2
ttyAMA0 ttyAMA0
ttyAMA1 ttyAMA1
ttyTCU0
ttyTHS0
ttyTHS1
ttymxc0
ttymxc2
EOF EOF
# script for udhcpc # script for udhcpc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment