mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-rpi-legacy: dtparam=krnbt=on in config.txt
This commit is contained in:
parent
f6529d0052
commit
5b64dd8bf2
2 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,7 @@ source=("linux-$pkgver-$pkgrel-${_commit:0:10}.tar.gz::https://github.com/raspbe
|
|||
)
|
||||
md5sums=('4b5442039b1f8faecaedcd9bdcdffbd9'
|
||||
'31c02f4518d46deb5f0c2ad1f8b083cd'
|
||||
'9669d916a5929a2eedbd64477f83d99e'
|
||||
'7c2cace68dd229483b28ba7147347811'
|
||||
'cc16a5ed6a4f6fd75cf675f0a4b15ec9'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'0a5f16bfec6ad982a2f6782724cca8ba'
|
||||
|
|
|
@ -2,3 +2,6 @@
|
|||
|
||||
dtoverlay=vc4-kms-v3d
|
||||
initramfs initramfs-linux.img followkernel
|
||||
|
||||
# Uncomment to enable bluetooth
|
||||
#dtparam=krnbt=on
|
||||
|
|
Loading…
Reference in a new issue