mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
disable ath9k on all platforms without pci support, not just uml
SVN-Revision: 12354
This commit is contained in:
parent
8a08f95e42
commit
13970a65ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user