Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH next] olimex_imx233_olinuxino: restore Wifi config
@ 2016-11-11 10:19 Francois Perrad
  2016-11-11 15:36 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Francois Perrad @ 2016-11-11 10:19 UTC (permalink / raw)
  To: buildroot

add a fragment with configs from retired linux-3.18.config

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 board/olimex/imx233_olinuxino/linux-wifi.fragment | 18 ++++++++++++++++++
 configs/olimex_imx233_olinuxino_defconfig         |  1 +
 2 files changed, 19 insertions(+)
 create mode 100644 board/olimex/imx233_olinuxino/linux-wifi.fragment

diff --git a/board/olimex/imx233_olinuxino/linux-wifi.fragment b/board/olimex/imx233_olinuxino/linux-wifi.fragment
new file mode 100644
index 0000000..b70dea2
--- /dev/null
+++ b/board/olimex/imx233_olinuxino/linux-wifi.fragment
@@ -0,0 +1,18 @@
+# Network testing
+CONFIG_WIRELESS=y
+CONFIG_CFG80211=y
+CONFIG_CFG80211_WEXT=y
+CONFIG_MAC80211=y
+# MII PHY device drivers
+CONFIG_WLAN=y
+CONFIG_RTL8187=m
+CONFIG_ATH9K_HTC=m
+CONFIG_RT2X00=m
+CONFIG_RT73USB=m
+CONFIG_RT2800USB=m
+CONFIG_RT2800USB_RT53XX=y
+CONFIG_RT2800USB_RT55XX=y
+CONFIG_RT2800USB_UNKNOWN=y
+CONFIG_RTL_CARDS=m
+CONFIG_RTL8192CU=m
+CONFIG_ZD1211RW=m
diff --git a/configs/olimex_imx233_olinuxino_defconfig b/configs/olimex_imx233_olinuxino_defconfig
index 012af57..4601f15 100644
--- a/configs/olimex_imx233_olinuxino_defconfig
+++ b/configs/olimex_imx233_olinuxino_defconfig
@@ -13,6 +13,7 @@ BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.8.6"
 BR2_LINUX_KERNEL_DEFCONFIG="mxs"
+BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/olimex/imx233_olinuxino/linux-wifi.fragment"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx23-olinuxino"
 BR2_LINUX_KERNEL_UIMAGE=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH next] olimex_imx233_olinuxino: restore Wifi config
  2016-11-11 10:19 [Buildroot] [PATCH next] olimex_imx233_olinuxino: restore Wifi config Francois Perrad
@ 2016-11-11 15:36 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-11-11 15:36 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 11 Nov 2016 11:19:40 +0100, Francois Perrad wrote:
> add a fragment with configs from retired linux-3.18.config
> 
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>  board/olimex/imx233_olinuxino/linux-wifi.fragment | 18 ++++++++++++++++++
>  configs/olimex_imx233_olinuxino_defconfig         |  1 +
>  2 files changed, 19 insertions(+)
>  create mode 100644 board/olimex/imx233_olinuxino/linux-wifi.fragment

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-11 15:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-11 10:19 [Buildroot] [PATCH next] olimex_imx233_olinuxino: restore Wifi config Francois Perrad
2016-11-11 15:36 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox