summaryrefslogtreecommitdiffstats
path: root/conf/machine/raspberrypi0-wifi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/raspberrypi0-wifi.conf')
-rw-r--r--conf/machine/raspberrypi0-wifi.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi0-wifi.conf b/conf/machine/raspberrypi0-wifi.conf
index 590c669..accdf3c 100644
--- a/conf/machine/raspberrypi0-wifi.conf
+++ b/conf/machine/raspberrypi0-wifi.conf
@@ -6,7 +6,10 @@ DEFAULTTUNE ?= "arm1176jzfshf"
6require conf/machine/include/tune-arm1176jzf-s.inc 6require conf/machine/include/tune-arm1176jzf-s.inc
7include conf/machine/include/rpi-base.inc 7include conf/machine/include/rpi-base.inc
8 8
9MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-raspbian-bcm43430" 9MACHINE_EXTRA_RRECOMMENDS += "\
10 linux-firmware-bcm43430 \
11 linux-firmware-bcm43430a1-hcd \
12"
10 13
11SDIMG_KERNELIMAGE ?= "kernel.img" 14SDIMG_KERNELIMAGE ?= "kernel.img"
12UBOOT_MACHINE ?= "rpi_0_w_defconfig" 15UBOOT_MACHINE ?= "rpi_0_w_defconfig"