ath5k: fix AHB support dependency (#13896)
authorFelix Fietkau <nbd@openwrt.org>
Wed, 17 Jul 2013 13:58:15 +0000 (13:58 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 17 Jul 2013 13:58:15 +0000 (13:58 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37377

package/kernel/mac80211/patches/200-ath5k_pci_dependency.patch [new file with mode: 0644]

diff --git a/package/kernel/mac80211/patches/200-ath5k_pci_dependency.patch b/package/kernel/mac80211/patches/200-ath5k_pci_dependency.patch
new file mode 100644 (file)
index 0000000..2d99b4a
--- /dev/null
@@ -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.