diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-20 15:46:46 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-20 15:46:46 +0000 |
commit | 0ca73d07c3045faf48a1c320a3188f1a8315b21d (patch) | |
tree | 739c6c17858a120fc72a5eb99f8af86fdac9c545 /package/ath9k/Makefile | |
parent | 97501ba110b24d9781a4bbc99765f20ce1f36477 (diff) |
disable ath9k on all platforms without pci support, not just uml
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12354 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ath9k/Makefile')
-rw-r--r-- | package/ath9k/Makefile | 2 |
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 |