summaryrefslogtreecommitdiff
path: root/package/kernel
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-07-16 20:30:30 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-07-16 20:30:30 +0000
commit7a8f2a73ce55bdf8f7b828c2099f2360965486a8 (patch)
treeeb770677e1ab914a2627c1d5ac328e6f28ebce73 /package/kernel
parentf857ae864a8472e2e0ad536186705e3408899644 (diff)
downloadmtk-20170518-7a8f2a73ce55bdf8f7b828c2099f2360965486a8.zip
mtk-20170518-7a8f2a73ce55bdf8f7b828c2099f2360965486a8.tar.gz
mtk-20170518-7a8f2a73ce55bdf8f7b828c2099f2360965486a8.tar.bz2
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> SVN-Revision: 41677
Diffstat (limited to 'package/kernel')
-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 4e1bcee..fbb9bc5 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 \