summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-10-07 22:16:17 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-10-07 22:16:17 +0000
commitc8e742a080d935feebed8aa71e10f87570aa226c (patch)
treed33bde0a74c432a2fd44e1b986496ddd7bcc8f72 /package
parent16675de754ce072d0bdd7bd8585108085b3454f4 (diff)
downloadmaster-31e0f0ae-c8e742a080d935feebed8aa71e10f87570aa226c.tar.gz
master-31e0f0ae-c8e742a080d935feebed8aa71e10f87570aa226c.tar.bz2
master-31e0f0ae-c8e742a080d935feebed8aa71e10f87570aa226c.zip
mac80211: wl12xx: build them again
WL_TI is bool but was set to =m, which deactivated it. Now it is set to =y and should be activated in the config so the wl12xx driver gets build. This closes #14212. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38333
Diffstat (limited to 'package')
-rw-r--r--package/kernel/mac80211/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 6f050231a6..9b056efe31 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -1404,7 +1404,8 @@ config-$(call config_package,libertas-usb) += LIBERTAS LIBERTAS_USB
config-$(call config_package,mwl8k) += MWL8K
config-$(call config_package,rtl8180) += RTL8180
config-$(call config_package,rtl8187) += RTL8187
-config-$(call config_package,wl12xx) += WL_TI WLCORE WLCORE_SDIO WL12XX
+config-$(call config_package,wl12xx) += WLCORE WLCORE_SDIO WL12XX
+config-y += WL_TI
config-$(call config_package,zd1211rw) += ZD1211RW
config-$(call config_package,rtlwifi) += RTL_CARDS RTLWIFI