diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-07-14 14:14:50 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-07-14 14:14:50 +0000 |
commit | 7ac93adf38800d99880172f11a44b25050c79df1 (patch) | |
tree | 6ce2cea881b995ac9d2e2eb6115040dbe567410b | |
parent | 28aadc725d8ae319c4b98e87ffb55b11d4f36f4e (diff) | |
download | upstream-7ac93adf38800d99880172f11a44b25050c79df1.tar.gz upstream-7ac93adf38800d99880172f11a44b25050c79df1.tar.bz2 upstream-7ac93adf38800d99880172f11a44b25050c79df1.zip |
AA: mac80211: b43: activate LP-Phy support every time
Backport of r37305
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37306 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/mac80211/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 2e4e5246b4..2f7fbbe877 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -1221,9 +1221,8 @@ endif config-$(call config_package,carl9170) += CARL9170 config-$(call config_package,b43) += B43 -config-y += B43_SSB B43_BCMA B43_BCMA_EXTRA +config-y += B43_SSB B43_BCMA B43_BCMA_EXTRA B43_PHY_LP config-$(CONFIG_PACKAGE_B43_PHY_N) += B43_PHY_N -config-$(CONFIG_PACKAGE_B43_PHY_LP) += B43_PHY_LP config-$(CONFIG_PACKAGE_B43_PHY_HT) += B43_PHY_HT config-$(CONFIG_PACKAGE_B43_PIO) += B43_PIO config-$(CONFIG_PACKAGE_B43_DEBUG) += B43_DEBUG |