aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211
diff options
context:
space:
mode:
authorJonas Gorski <jonas.gorski@gmail.com>2017-04-12 12:44:12 +0200
committerJo-Philipp Wich <jo@mein.io>2017-05-02 23:17:22 +0200
commitceefe616c8aeae6ebae888de85223a1510fc9d22 (patch)
treefdf9cd2606fda2783d13ca35bd3635e4f648e6bb /package/kernel/mac80211
parent5ac51ada60cfed7a045355d3a4a6945df4ccd66c (diff)
downloadupstream-ceefe616c8aeae6ebae888de85223a1510fc9d22.tar.gz
upstream-ceefe616c8aeae6ebae888de85223a1510fc9d22.tar.bz2
upstream-ceefe616c8aeae6ebae888de85223a1510fc9d22.zip
mac80211: add rt2x00 debug symbols to PKG_CONFIG_DEPENDS
Chaning these symbols require a recompilation of the modules, so make the system aware of it. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'package/kernel/mac80211')
-rw-r--r--package/kernel/mac80211/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 7d7065d4ec..47f4aa270f 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -68,6 +68,8 @@ PKG_CONFIG_DEPENDS:= \
CONFIG_PACKAGE_BRCM80211_DEBUG \
CONFIG_PACKAGE_IWLWIFI_DEBUG \
CONFIG_PACKAGE_IWLWIFI_DEBUGFS \
+ CONFIG_PACKAGE_RT2X00_LIB_DEBUGFS \
+ CONFIG_PACKAGE_RT2X00_DEBUG \
CONFIG_PACKAGE_RTLWIFI_DEBUG \
CONFIG_ATH9K_SUPPORT_PCOEM \
CONFIG_ATH9K_TX99 \