Parcourir la source

ath5k: fix AHB support dependency (#13896)

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 37377
Felix Fietkau il y a 12 ans
Parent
commit
eb8d23819f
1 fichiers modifiés avec 11 ajouts et 0 suppressions
  1. 11 0
      package/kernel/mac80211/patches/200-ath5k_pci_dependency.patch

+ 11 - 0
package/kernel/mac80211/patches/200-ath5k_pci_dependency.patch

@@ -0,0 +1,11 @@
+--- a/drivers/net/wireless/ath/ath5k/Kconfig
++++ b/drivers/net/wireless/ath/ath5k/Kconfig
+@@ -55,7 +55,7 @@ config ATH5K_TRACER
+ 
+ config ATH5K_AHB
+ 	bool "Atheros 5xxx AHB bus support"
+-	depends on (ATHEROS_AR231X && !PCI)
++	depends on ATHEROS_AR231X
+ 	---help---
+ 	  This adds support for WiSoC type chipsets of the 5xxx Atheros
+ 	  family.