summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2018-03-29 14:16:37 +0100
committerAndrei Gherzan <andrei@gherzan.com>2018-03-29 14:16:37 +0100
commit3934ba7127d8b90ee9d655849ce251e24e4ae41a (patch)
treeea4cdd24cbec2a466bc483e011c82849d69b8489
parent0059905a9047293f741ada3ceeba28b7d7461dbd (diff)
downloadmeta-raspberrypi-3934ba7127d8b90ee9d655849ce251e24e4ae41a.tar.gz
raspberrypi0-wifi.conf: Use linux-firmware-raspbian package
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r--conf/machine/raspberrypi0-wifi.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi0-wifi.conf b/conf/machine/raspberrypi0-wifi.conf
index ef6e6e5..590c669 100644
--- a/conf/machine/raspberrypi0-wifi.conf
+++ b/conf/machine/raspberrypi0-wifi.conf
@@ -6,7 +6,7 @@ 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-bcm43430" 9MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-raspbian-bcm43430"
10 10
11SDIMG_KERNELIMAGE ?= "kernel.img" 11SDIMG_KERNELIMAGE ?= "kernel.img"
12UBOOT_MACHINE ?= "rpi_0_w_defconfig" 12UBOOT_MACHINE ?= "rpi_0_w_defconfig"