mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 16:35:44 +00:00
ath: fix selecting the module individually (#19162)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44750
This commit is contained in:
parent
90b3984e60
commit
34f831dbd8
10
package/kernel/mac80211/patches/070-ath_common_config.patch
Normal file
10
package/kernel/mac80211/patches/070-ath_common_config.patch
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user