aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-08-20 15:46:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-08-20 15:46:46 +0000
commit13970a65cee53ad4130038086555e21a11f3f078 (patch)
treec5e3202b25fdefa96562000b8ace9145d3c9b7bf /package
parent8a08f95e42ee01a4fcce3824811c72f437cde942 (diff)
downloadupstream-13970a65cee53ad4130038086555e21a11f3f078.tar.gz
upstream-13970a65cee53ad4130038086555e21a11f3f078.tar.bz2
upstream-13970a65cee53ad4130038086555e21a11f3f078.zip
disable ath9k on all platforms without pci support, not just uml
SVN-Revision: 12354
Diffstat (limited to 'package')
-rw-r--r--package/ath9k/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ath9k/Makefile b/package/ath9k/Makefile
index 4bb17eee57..8c9456f7bc 100644
--- a/package/ath9k/Makefile
+++ b/package/ath9k/Makefile
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/ath9k
SUBMENU:=Wireless Drivers
TITLE:=Atheros AR9xxx and AR5416/AR5418 wireless support
- DEPENDS:=+kmod-mac80211 @!TARGET_brcm47xx @!TARGET_uml
+ DEPENDS:=+kmod-mac80211 @!TARGET_brcm47xx @PCI_SUPPORT
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath9k/ath9k.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,ath9k)
endef