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
This commit is contained in:
parent
16675de754
commit
c8e742a080
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue