aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-10-25 11:25:51 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-10-25 11:25:51 +0000
commit2f5cb96222df1f16bd84189d5eed12233f9ffaaf (patch)
treea9b42e57ee80a803192c8b77db8deaee0dd9c3f2 /package
parentee8077f0feac7de4476b990bd462cc2b13fe63c0 (diff)
downloadupstream-2f5cb96222df1f16bd84189d5eed12233f9ffaaf.tar.gz
upstream-2f5cb96222df1f16bd84189d5eed12233f9ffaaf.tar.bz2
upstream-2f5cb96222df1f16bd84189d5eed12233f9ffaaf.zip
mac80211: allow building ath9k_htc without PCI support, based on patch by Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 28573
Diffstat (limited to 'package')
-rw-r--r--package/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index ae2920b9de..d017ef7d30 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -412,7 +412,7 @@ define KernelPackage/ath9k-common
$(call KernelPackage/mac80211/Default)
TITLE:=Atheros 802.11n wireless devices (common code for ath9k and ath9k_htc)
URL:=http://linuxwireless.org/en/users/Drivers/ath9k
- DEPENDS+= @PCI_SUPPORT||TARGET_ar71xx +kmod-ath +@DRIVER_11N_SUPPORT
+ DEPENDS+= @PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx +kmod-ath +@DRIVER_11N_SUPPORT
FILES:= \
$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath9k/ath9k_common.ko \
$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath9k/ath9k_hw.ko