mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
rpi: use bcm2835-userland all rpi images
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
48db70fb45
commit
36479fe701
@ -73,11 +73,8 @@
|
||||
# for a list of additional drivers see packages/linux-drivers
|
||||
# Space separated list is supported,
|
||||
# e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2"
|
||||
if [ ${TARGET_ARCH} = "aarch64" ]; then
|
||||
ADDITIONAL_PACKAGES+=" bcm2835-userland"
|
||||
else
|
||||
ADDITIONAL_DRIVERS+=" bcm2835-driver"
|
||||
fi
|
||||
# Comment ADDITIONAL_PACKAGES below if using bcm2835-driver
|
||||
# ADDITIONAL_DRIVERS+=" bcm2835-driver"
|
||||
|
||||
if [ "${ALSA_SUPPORT}" = "yes" ]; then
|
||||
ADDITIONAL_DRIVERS+=" rpi-cirrus-config"
|
||||
@ -91,5 +88,8 @@
|
||||
# Space separated list is supported,
|
||||
DRIVER_ADDONS="crazycat dvb-latest"
|
||||
|
||||
# additional packages to install:
|
||||
ADDITIONAL_PACKAGES+=" bcm2835-userland"
|
||||
|
||||
# debug tty path
|
||||
DEBUG_TTY="/dev/console"
|
||||
|
Loading…
x
Reference in New Issue
Block a user