mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +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
|
# for a list of additional drivers see packages/linux-drivers
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2"
|
# e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2"
|
||||||
if [ ${TARGET_ARCH} = "aarch64" ]; then
|
# Comment ADDITIONAL_PACKAGES below if using bcm2835-driver
|
||||||
ADDITIONAL_PACKAGES+=" bcm2835-userland"
|
# ADDITIONAL_DRIVERS+=" bcm2835-driver"
|
||||||
else
|
|
||||||
ADDITIONAL_DRIVERS+=" bcm2835-driver"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "${ALSA_SUPPORT}" = "yes" ]; then
|
if [ "${ALSA_SUPPORT}" = "yes" ]; then
|
||||||
ADDITIONAL_DRIVERS+=" rpi-cirrus-config"
|
ADDITIONAL_DRIVERS+=" rpi-cirrus-config"
|
||||||
@ -91,5 +88,8 @@
|
|||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
DRIVER_ADDONS="crazycat dvb-latest"
|
DRIVER_ADDONS="crazycat dvb-latest"
|
||||||
|
|
||||||
|
# additional packages to install:
|
||||||
|
ADDITIONAL_PACKAGES+=" bcm2835-userland"
|
||||||
|
|
||||||
# debug tty path
|
# debug tty path
|
||||||
DEBUG_TTY="/dev/console"
|
DEBUG_TTY="/dev/console"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user