Skip to content

Commit

Permalink
configs/olimex_imx233_olinuxino: restore Wifi config
Browse files Browse the repository at this point in the history
Add a fragment with configs from retired linux-3.18.config.

Signed-off-by: Francois Perrad <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
fperrad authored and tpetazzoni committed Nov 11, 2016
1 parent 7ce31b3 commit 1f4c619
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions board/olimex/imx233_olinuxino/linux-wifi.fragment
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions configs/olimex_imx233_olinuxino_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,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
Expand Down

0 comments on commit 1f4c619

Please sign in to comment.