diff options
author | Milan P. Stanić <mps@arvanta.net> | 2021-02-05 14:24:58 +0000 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2021-02-08 14:38:31 +0000 |
commit | 7ac775fb9c4ece3c18042e2b2cb427ed984e4a7a (patch) | |
tree | 324f7e022fce000b62b1ecf12ac492b460b65757 | |
parent | 3528dafe044cce03621ce44b1ef831756acad02c (diff) | |
download | aports-7ac775fb9c4ece3c18042e2b2cb427ed984e4a7a.tar.gz aports-7ac775fb9c4ece3c18042e2b2cb427ed984e4a7a.tar.bz2 aports-7ac775fb9c4ece3c18042e2b2cb427ed984e4a7a.tar.xz |
main/busybox: add few serial devices to /etc/securetty
these ttys are used as serial consoles on a lot of devices
-rw-r--r-- | main/busybox/APKBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index 45a93548be..03f0a1612b 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=busybox pkgver=1.33.0 -pkgrel=1 +pkgrel=2 pkgdesc="Size optimized toolbox of many common UNIX utilities" url="https://busybox.net/" arch="all" @@ -173,6 +173,10 @@ tty9 tty10 tty11 hvc0 +ttyS0 +ttyS1 +ttyAMA0 +ttyAMA1 EOF # script for udhcpc |