aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-17 13:59:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-17 13:59:05 +0000
commit076e6a84eb388163ef842ec9ae09dc7219ced425 (patch)
treeff64cc083f70e1f1c192c117f0dd37e9093fba58 /package
parenta467f7e2accdc3674b93da65b16c7d1a7c5c2760 (diff)
downloadupstream-076e6a84eb388163ef842ec9ae09dc7219ced425.tar.gz
upstream-076e6a84eb388163ef842ec9ae09dc7219ced425.tar.bz2
upstream-076e6a84eb388163ef842ec9ae09dc7219ced425.zip
ath5k: fix AHB support dependency (#13896)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r37377 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37378 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/mac80211/patches/200-ath5k_pci_dependency.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mac80211/patches/200-ath5k_pci_dependency.patch b/package/mac80211/patches/200-ath5k_pci_dependency.patch
new file mode 100644
index 0000000000..2d99b4af95
--- /dev/null
+++ b/package/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.