From: Felix Fietkau Date: Wed, 20 Aug 2008 15:46:46 +0000 (+0000) Subject: disable ath9k on all platforms without pci support, not just uml X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=13970a65cee53ad4130038086555e21a11f3f078;p=librecmc%2Flibrecmc.git disable ath9k on all platforms without pci support, not just uml SVN-Revision: 12354 --- 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