From: Hauke Mehrtens Date: Mon, 5 Nov 2012 23:11:54 +0000 (+0100) Subject: compat-drivers: add CONFIG_MWIFIEX_USB in config.mk X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4fffa91e69a57d59f8574ad894a4c095199cfa84;p=openwrt%2Fstaging%2Fblogic.git compat-drivers: add CONFIG_MWIFIEX_USB in config.mk The driver at least compiles with all supported kernel versions. Signed-off-by: Hauke Mehrtens Signed-off-by: Luis R. Rodriguez --- diff --git a/config.mk b/config.mk index 985fb6a6da42..dde855439c66 100644 --- a/config.mk +++ b/config.mk @@ -558,6 +558,8 @@ export CONFIG_BT_ATH3K=m export CONFIG_RTL8192CU=m +export CONFIG_MWIFIEX_USB=m + endif #CONFIG_USB end of USB driver list ifdef CONFIG_SPI_MASTER diff --git a/patches/network/06-header-changes.patch b/patches/network/06-header-changes.patch index d77e5fb22750..cd587cd1dbb2 100644 --- a/patches/network/06-header-changes.patch +++ b/patches/network/06-header-changes.patch @@ -115,3 +115,13 @@ cases. #include "core.h" #include "cfg80211.h" +--- a/drivers/net/wireless/mwifiex/usb.c ++++ b/drivers/net/wireless/mwifiex/usb.c +@@ -19,6 +19,7 @@ + + #include "main.h" + #include "usb.h" ++#include + + #define USB_VERSION "1.0" +