diff options
author | Anton Gerasimov <tossel@gmail.com> | 2018-06-02 13:13:24 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-06-04 16:00:39 +0100 |
commit | 2ad9aa01e7f342ca31831b0f57f4bb6e74d891c6 (patch) | |
tree | 1b2d92717869d242517b150925d2a3e3e92f7551 /conf/machine/include | |
parent | de597abc3b9447611951469ad1ad18d5068ff074 (diff) | |
download | meta-raspberrypi-2ad9aa01e7f342ca31831b0f57f4bb6e74d891c6.tar.gz |
rpi-base.inc: install at86rf233 overlay
Controlled with ENABLE_AT86RF variable
Signed-off-by: Anton Gerasimov <tossel@gmail.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/rpi-base.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index d76495a..b01c561 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -43,6 +43,7 @@ KERNEL_DEVICETREE ?= " \ | |||
43 | overlays/pi3-disable-bt.dtbo \ | 43 | overlays/pi3-disable-bt.dtbo \ |
44 | overlays/pi3-miniuart-bt.dtbo \ | 44 | overlays/pi3-miniuart-bt.dtbo \ |
45 | overlays/vc4-kms-v3d.dtbo \ | 45 | overlays/vc4-kms-v3d.dtbo \ |
46 | overlays/at86rf233.dtbo \ | ||
46 | " | 47 | " |
47 | 48 | ||
48 | # By default: | 49 | # By default: |