| Submitter | John Weber |
|---|---|
| Date | March 16, 2013, 1:45 p.m. |
| Message ID | <1363441542-5300-7-git-send-email-rjohnweber@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/46283/ |
| State | Changes Requested |
| Delegated to: | Otavio Salvador |
| Headers | show |
Comments
Patch
diff --git a/conf/machine/wandboard-dual.conf b/conf/machine/wandboard-dual.conf index f827be7..f8980cc 100644 --- a/conf/machine/wandboard-dual.conf +++ b/conf/machine/wandboard-dual.conf @@ -18,3 +18,5 @@ UBOOT_PADDING = "2" SERIAL_CONSOLE = "115200 ttymxc0" MACHINE_FEATURES += " pci wifi bluetooth" + +MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm4329"
Adds a MACHINE_EXTRA_RRECOMMENDS line to wandboard-dual conf file to add firmware for BCM4329 wifi device to the rootfs image. Signed-off-by: John Weber <rjohnweber@gmail.com> --- conf/machine/wandboard-dual.conf | 2 ++ 1 file changed, 2 insertions(+)