RPi: include dtc via ADDITIONAL_PACKAGES

dtc used to be pulled in via bcm2835-driver, but that got lost
in the switch to bcm2835-userland.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2023-08-20 14:55:32 +02:00
parent 2231881f72
commit e1affa9447

View File

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