aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-07-16 20:30:30 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-07-16 20:30:30 +0000
commit41489cbfe858c7e1df64cd61829b8d4034417438 (patch)
treedf4dabba9b25be9aa055ea306236c820e6a37947 /package/kernel/mac80211/Makefile
parent0500f1f2a291a802621e23a70aa9bd9ffaf1a8ab (diff)
downloadmaster-187ad058-41489cbfe858c7e1df64cd61829b8d4034417438.tar.gz
master-187ad058-41489cbfe858c7e1df64cd61829b8d4034417438.tar.bz2
master-187ad058-41489cbfe858c7e1df64cd61829b8d4034417438.zip
mac80211: add new b43 config option to issue rebuild
With this patch mac80211 will be rebuild when one of these config options was changed. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41677 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mac80211/Makefile')
-rw-r--r--package/kernel/mac80211/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 4e1bceee43..fbb9bc50ef 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -42,7 +42,13 @@ PKG_CONFIG_DEPENDS:= \
CONFIG_PACKAGE_ATH_DFS \
CONFIG_PACKAGE_B43_DEBUG \
CONFIG_PACKAGE_B43_PIO \
- CONFIG_PACKAGE_B43_N_PHY \
+ CONFIG_PACKAGE_B43_PHY_G \
+ CONFIG_PACKAGE_B43_PHY_N \
+ CONFIG_PACKAGE_B43_PHY_LP \
+ CONFIG_PACKAGE_B43_PHY_HT \
+ CONFIG_PACKAGE_B43_BUSES_BCMA_AND_SSB \
+ CONFIG_PACKAGE_B43_BUSES_BCMA \
+ CONFIG_PACKAGE_B43_BUSES_SSB \
CONFIG_PACKAGE_RTLWIFI_DEBUG \
CONFIG_ATH_USER_REGD \