mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-rpi: dtparam=krnbt=on in config.txt
This commit is contained in:
parent
b02fb05234
commit
f6529d0052
2 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,7 @@ md5sums=('4b5442039b1f8faecaedcd9bdcdffbd9'
|
|||
'0a5f16bfec6ad982a2f6782724cca8ba'
|
||||
'441ec084c47cddc53e592fb0cbce4edf')
|
||||
md5sums_armv7h=('d30e4c4eda62d16311edfc2d5e4c63fd'
|
||||
'e302936d860e78ca8e965459e64b2e5b')
|
||||
'a9a05a9e8487584b10a0191dd53e5170')
|
||||
md5sums_aarch64=('9de6ade322ef7079838f74eb7e7d8bad'
|
||||
'e302936d860e78ca8e965459e64b2e5b')
|
||||
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
dtoverlay=vc4-kms-v3d
|
||||
initramfs initramfs-linux.img followkernel
|
||||
|
||||
# Uncomment to enable bluetooth
|
||||
#dtparam=krnbt=on
|
||||
|
||||
[pi4]
|
||||
# Run as fast as firmware / board allows
|
||||
arm_boost=1
|
||||
|
|
Loading…
Reference in a new issue