busybox-inittab: remove unused label variable

The label variable has been unused since commit 7120278.

(From OE-Core rev: ca5872e3b4b9b3cd09dd4e6e43688f1c2bd43514)

Signed-off-by: Raphael Schlarb <r.schlarb@instar.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Raphael Schlarb
2025-08-06 16:20:18 +02:00
committed by Richard Purdie
parent 8834954f5a
commit 66d77cf3e6

View File

@@ -21,7 +21,6 @@ do_install() {
do
speed=$(echo $s | cut -d\; -f 1)
device=$(echo $s | cut -d\; -f 2)
label=$(echo $device | sed -e 's/tty//' | tail --bytes=5)
echo "$device::respawn:${sbindir}/ttyrun $device ${base_sbindir}/getty $speed $device" >> ${D}${sysconfdir}/inittab
done