RPi: don't install deprecated bcm2835-userland package

The new tools are now all in bcm2835-utils

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2023-10-21 20:15:27 +02:00
parent 38bdb313f8
commit 4e62fd6806

View File

@ -89,7 +89,7 @@
DRIVER_ADDONS="crazycat dvb-latest" DRIVER_ADDONS="crazycat dvb-latest"
# additional packages to install: # additional packages to install:
ADDITIONAL_PACKAGES+=" bcm2835-userland bcm2835-utils dtc" ADDITIONAL_PACKAGES+=" bcm2835-utils dtc"
# debug tty path # debug tty path
DEBUG_TTY="/dev/console" DEBUG_TTY="/dev/console"