[source] mac80211: add rt2x00 debug symbols to PKG_CONFIG_DEPENDS

LEDE Commits lede-commits at lists.infradead.org
Wed Apr 12 03:49:26 PDT 2017


jogo pushed a commit to source.git, branch master:
https://git.lede-project.org/7d4147d86908b36dd8915bfeeb1c48c2a40941a5

commit 7d4147d86908b36dd8915bfeeb1c48c2a40941a5
Author: Jonas Gorski <jonas.gorski at gmail.com>
AuthorDate: Wed Apr 12 12:44:12 2017 +0200

    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 at gmail.com>
---
 package/kernel/mac80211/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 60efdaa..c5a2577 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 \



More information about the lede-commits mailing list