From: Hauke Mehrtens Date: Thu, 28 Mar 2013 19:12:11 +0000 (+0100) Subject: compat-drivers: add config option IWLWIFI_OPMODE_MODULAR X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4245558d775f644fc45f06ce2d7619eb84699462;p=openwrt%2Fstaging%2Fblogic.git compat-drivers: add config option IWLWIFI_OPMODE_MODULAR This is needed to make the common intel driver module export its symbols. Signed-off-by: Hauke Mehrtens Signed-off-by: Luis R. Rodriguez --- diff --git a/config.mk b/config.mk index 36ac26e87a7e..5aee3b006a23 100644 --- a/config.mk +++ b/config.mk @@ -303,6 +303,7 @@ endif #CONFIG_COMPAT_KERNEL_2_6_31 export CONFIG_IWLWIFI=m export CONFIG_IWLDVM=m export CONFIG_IWLMVM=m +export CONFIG_IWLWIFI_OPMODE_MODULAR=y export CONFIG_IWLWIFI_P2P=y # export CONFIG_IWLWIFI_DEBUG=y # export CONFIG_IWLWIFI_DEBUGFS=y