diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-25 11:25:51 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-25 11:25:51 +0000 |
commit | 62fe878cfce46837f7010e127a2dab41f2f1f822 (patch) | |
tree | 916610884075ac770188a5f1b23e1190ada04ecd /package/mac80211 | |
parent | 28f21bbb71689d1b23d399c65727fd0aa2f0ab69 (diff) | |
download | upstream-62fe878cfce46837f7010e127a2dab41f2f1f822.tar.gz upstream-62fe878cfce46837f7010e127a2dab41f2f1f822.tar.bz2 upstream-62fe878cfce46837f7010e127a2dab41f2f1f822.zip |
[package] mac80211: allow building ath9k_htc without PCI support, based on patch by Helmut Schaa <helmut.schaa@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28573 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211')
-rw-r--r-- | package/mac80211/Makefile | 2 |
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 |