diff options
author | Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> | 2015-11-23 16:18:02 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2015-12-15 15:45:45 +0100 |
commit | a097c6fa1f5ae856283a73aeca337bddda222ed6 (patch) | |
tree | 8be89874eee55ad42d36fc80d6499d9ca7f84abb | |
parent | ea4356ea68a893b69bbb2c78f64043784073db07 (diff) |
images: add rtl8192cu firmware for LM006 USB WiFi adapter
The LM006 USB WiFi adapter uses a Realtek RTL8188CUS chipset,
which requires the compatible firmware RTL8192CU.
Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r-- | recipes/images/trdx-extra.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc index 9a30d5d..6a4bb58 100644 --- a/recipes/images/trdx-extra.inc +++ b/recipes/images/trdx-extra.inc @@ -91,6 +91,7 @@ IMAGE_INSTALL += " \ max9526-i2c \ crda \ linux-firmware-ralink \ + linux-firmware-rtl8192cu \ \ alsa-utils \ alsa-utils-aplay \ |