mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
rpi: aarch64: include bcm2835-userland in image
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
1b27eda8e5
commit
48db70fb45
@ -73,7 +73,11 @@
|
|||||||
# 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"
|
||||||
ADDITIONAL_DRIVERS+=" bcm2835-driver"
|
if [ ${TARGET_ARCH} = "aarch64" ]; then
|
||||||
|
ADDITIONAL_PACKAGES+=" bcm2835-userland"
|
||||||
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user