diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-14 02:00:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-14 02:00:50 +0000 |
commit | 34f831dbd8117175ec70f4d3775219a73028afa3 (patch) | |
tree | 7f27586a237fb44d37de17db389467c4369ea7d3 /package/kernel/mac80211/patches/070-ath_common_config.patch | |
parent | 90b3984e6026b28f90a820c461e11812d5d4e930 (diff) | |
download | mtk-20170518-34f831dbd8117175ec70f4d3775219a73028afa3.zip mtk-20170518-34f831dbd8117175ec70f4d3775219a73028afa3.tar.gz mtk-20170518-34f831dbd8117175ec70f4d3775219a73028afa3.tar.bz2 |
ath: fix selecting the module individually (#19162)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44750
Diffstat (limited to 'package/kernel/mac80211/patches/070-ath_common_config.patch')
-rw-r--r-- | package/kernel/mac80211/patches/070-ath_common_config.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/kernel/mac80211/patches/070-ath_common_config.patch b/package/kernel/mac80211/patches/070-ath_common_config.patch new file mode 100644 index 0000000..c6e9cd8 --- /dev/null +++ b/package/kernel/mac80211/patches/070-ath_common_config.patch @@ -0,0 +1,10 @@ +--- a/drivers/net/wireless/ath/Kconfig ++++ b/drivers/net/wireless/ath/Kconfig +@@ -6,6 +6,7 @@ menuconfig ATH_CARDS + tristate "Atheros Wireless Cards" + depends on m + depends on CFG80211 && (!UML || BROKEN) ++ select ATH_COMMON + ---help--- + This will enable the support for the Atheros wireless drivers. + ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option |