aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2013-10-07 21:49:28 +0000
committerHauke Mehrtens <hauke@openwrt.org>2013-10-07 21:49:28 +0000
commit9bb681be77df93b3a5ba3cce50865d39ff0fd27f (patch)
treeb744bf34486fc1ff7333ebb9f66c6774b8200f2c /package
parent337f45453242e0cd8ef664544ed9c8422e9a9e37 (diff)
downloadmaster-187ad058-9bb681be77df93b3a5ba3cce50865d39ff0fd27f.tar.gz
master-187ad058-9bb681be77df93b3a5ba3cce50865d39ff0fd27f.tar.bz2
master-187ad058-9bb681be77df93b3a5ba3cce50865d39ff0fd27f.zip
mac80211: brcmfmac: BRCMFMAC_USB was not set in config
Somehow BRCMFMAC_USB was not set in the build and brcmfmac.ko did not had usb support. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38332 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 2ef5169004..6f050231a6 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -1350,7 +1350,8 @@ config-y += B43LEGACY_DMA_MODE
config-$(call config_package,brcmutil) += BRCMUTIL
config-$(call config_package,brcmsmac) += BRCMSMAC
-config-$(call config_package,brcmfmac) += BRCMFMAC BRCMFMAC_USB
+config-$(call config_package,brcmfmac) += BRCMFMAC
+config-y += BRCMFMAC_USB
config-$(CONFIG_PACKAGE_BRCM80211_DEBUG) += BRCMDBG
config-$(call config_package,mac80211-hwsim) += MAC80211_HWSIM