rpi: add bcm2835-utils to images

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2023-02-21 01:58:49 +00:00
parent b8db5223e7
commit 3b95a0b9d8

View File

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