diff options
author | Lauren Post <lauren.post@freescale.com> | 2013-12-19 08:19:18 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-01-18 17:22:21 -0200 |
commit | 92f8e39b8e886236a99a9e46416711b018e1b118 (patch) | |
tree | 5664f91cf9b2127c7a0203d79618fc9660566efe | |
parent | ca62d090145b9a8534e0bebc4f72f371f8d9e902 (diff) | |
download | meta-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.conf | 2 |
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" | |||
15 | SERIAL_CONSOLE = "115200 ttymxc0" | 15 | SERIAL_CONSOLE = "115200 ttymxc0" |
16 | 16 | ||
17 | MACHINE_FEATURES += " pci wifi bluetooth" | 17 | MACHINE_FEATURES += " pci wifi bluetooth" |
18 | |||
19 | MACHINE_FIRMWARE += "linux-firmware-ath6k" | ||