summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2013-12-19 08:19:18 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2014-01-18 17:22:21 -0200
commit92f8e39b8e886236a99a9e46416711b018e1b118 (patch)
tree5664f91cf9b2127c7a0203d79618fc9660566efe
parentca62d090145b9a8534e0bebc4f72f371f8d9e902 (diff)
downloadmeta-fsl-arm-92f8e39b8e886236a99a9e46416711b018e1b118.tar.gz
imx6slevk: Add WIFI support
Change-Id: I8225e52de382a20de05b8255574892fd63ffc002 Signed-off-by: Lauren Post <lauren.post@freescale.com>
-rw-r--r--conf/machine/imx6slevk.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/imx6slevk.conf b/conf/machine/imx6slevk.conf
index 990f48a..29e0ce4 100644
--- a/conf/machine/imx6slevk.conf
+++ b/conf/machine/imx6slevk.conf
@@ -15,3 +15,5 @@ UBOOT_MACHINE = "mx6slevk_config"
15SERIAL_CONSOLE = "115200 ttymxc0" 15SERIAL_CONSOLE = "115200 ttymxc0"
16 16
17MACHINE_FEATURES += " pci wifi bluetooth" 17MACHINE_FEATURES += " pci wifi bluetooth"
18
19MACHINE_FIRMWARE += "linux-firmware-ath6k"