diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-17 13:58:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-17 13:58:15 +0000 |
commit | eb8d23819f5750671f837fb1046adbed2e4c4266 (patch) | |
tree | 5dddbe40fb2a270d12c1a6a82832742c0cbf9ed1 /package | |
parent | 8028fb80969133b618f9e91c5cfdfe2496e8bd2e (diff) | |
download | upstream-eb8d23819f5750671f837fb1046adbed2e4c4266.tar.gz upstream-eb8d23819f5750671f837fb1046adbed2e4c4266.tar.bz2 upstream-eb8d23819f5750671f837fb1046adbed2e4c4266.zip |
ath5k: fix AHB support dependency (#13896)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37377
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/mac80211/patches/200-ath5k_pci_dependency.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 index 0000000000..2d99b4af95 --- /dev/null +++ b/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. |