[linux-yocto] [PATCH 4/8] meta/common-pc: Add common Wifi drivers
Darren Hart
dvhart at linux.intel.com
Fri Sep 6 15:44:02 PDT 2013
Add ATH9K, RT2X00, and RT2800PCI by popular demand.
Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
.../kernel-cache/bsp/common-pc/common-pc-wifi.cfg | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-wifi.cfg b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-wifi.cfg
index 71ca2a1..1769b15 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-wifi.cfg
+++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-wifi.cfg
@@ -12,3 +12,7 @@ CONFIG_CFG80211=m
CONFIG_ATH_COMMON=m
CONFIG_ATH_CARDS=m
CONFIG_ATH5K=m
+CONFIG_ATH9K=m
+
+CONFIG_RT2X00=m
+CONFIG_RT2800PCI=m
--
1.7.9.5
More information about the linux-yocto
mailing list