diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2010-12-22 17:39:05 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2010-12-22 17:39:05 +0000 |
commit | 54ffa895f2b992255fde1b4317e65d6675fd3c52 (patch) | |
tree | 1cb8107cb970756d569b27694e5b65ad21826379 /package/mac80211/patches | |
parent | 22d8dcbf447f54b1a4ff0365c8a5f53736984cf0 (diff) | |
download | upstream-54ffa895f2b992255fde1b4317e65d6675fd3c52.tar.gz upstream-54ffa895f2b992255fde1b4317e65d6675fd3c52.tar.bz2 upstream-54ffa895f2b992255fde1b4317e65d6675fd3c52.zip |
mac80211: add CONFIG_ATH5K_PCI only when not on aterhos target
SVN-Revision: 24801
Diffstat (limited to 'package/mac80211/patches')
-rw-r--r-- | package/mac80211/patches/019-remove_ath5k_pci_option.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mac80211/patches/019-remove_ath5k_pci_option.patch b/package/mac80211/patches/019-remove_ath5k_pci_option.patch new file mode 100644 index 0000000000..792ecb563c --- /dev/null +++ b/package/mac80211/patches/019-remove_ath5k_pci_option.patch @@ -0,0 +1,11 @@ +--- a/config.mk ++++ b/config.mk +@@ -189,7 +189,7 @@ CONFIG_MAC80211_HWSIM=m + ifdef CONFIG_PCI + + CONFIG_ATH5K=m +-CONFIG_ATH5K_PCI=y ++# CONFIG_ATH5K_PCI=y + # CONFIG_ATH5K_DEBUG=y + # CONFIG_ATH5K_AHB=y + CONFIG_ATH9K_HW=m |