diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-12-22 17:39:05 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-12-22 17:39:05 +0000 |
commit | add5d2fb0714d78bac81f6692f24851d4269965b (patch) | |
tree | 0bb22eda4568d77185fc4954a25a1f6397449c7e /package/mac80211/patches | |
parent | a43801cfd8771d232c665b844d597899403944aa (diff) | |
download | upstream-add5d2fb0714d78bac81f6692f24851d4269965b.tar.gz upstream-add5d2fb0714d78bac81f6692f24851d4269965b.tar.bz2 upstream-add5d2fb0714d78bac81f6692f24851d4269965b.zip |
mac80211: add CONFIG_ATH5K_PCI only when not on aterhos target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24801 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |