From 4e62fd68060f8bdda791344ab67b1e86e49c68ba Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Sat, 21 Oct 2023 20:15:27 +0200 Subject: [PATCH] RPi: don't install deprecated bcm2835-userland package The new tools are now all in bcm2835-utils Signed-off-by: Matthias Reichl --- projects/RPi/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/RPi/options b/projects/RPi/options index f4bb64220c..dbba3f22fd 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -89,7 +89,7 @@ DRIVER_ADDONS="crazycat dvb-latest" # additional packages to install: - ADDITIONAL_PACKAGES+=" bcm2835-userland bcm2835-utils dtc" + ADDITIONAL_PACKAGES+=" bcm2835-utils dtc" # debug tty path DEBUG_TTY="/dev/console"