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
No related merge requests found
......@@ -5,7 +5,7 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=busybox
pkgver=1.36.1
pkgrel=12
pkgrel=13
pkgdesc="Size optimized toolbox of many common UNIX utilities"
url="https://busybox.net/"
arch="all"
......@@ -259,6 +259,7 @@ package() {
install -Dm644 "$srcdir"/udhcpc.conf "$pkgdir"/etc/udhcpc/udhcpc.conf
cat >"$pkgdir"/etc/securetty <<EOF
console
tty0
tty1
tty2
tty3
......@@ -273,8 +274,14 @@ tty11
hvc0
ttyS0
ttyS1
ttyS2
ttyAMA0
ttyAMA1
ttyTCU0
ttyTHS0
ttyTHS1
ttymxc0
ttymxc2
EOF
# 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