rpi-firmware: add option for enabling audio

This commit is contained in:
amak 2020-11-10 17:39:38 +11:00 committed by Michael Aldridge
parent 8ff299ccb6
commit fd997c1502
2 changed files with 4 additions and 1 deletions

View File

@ -81,3 +81,6 @@
## with fake kms
#dtoverlay=vc4-fkms-v3d
## Enable the BCM2835 audio driver
#dtparam=audio=on

View File

@ -4,7 +4,7 @@ _gitshort="${_githash:0:7}"
pkgname=rpi-firmware
version=20201123
revision=3
revision=4
archs="armv6l* armv7l* aarch64*"
wrksrc="firmware-${_githash}"
provides="linux-firmware-broadcom-${version}_${revision}"