mac80211: make intel wireless drivers depend on pci support
SVN-Revision: 26696
This commit is contained in:
parent
e00eaf1545
commit
8cf42db0ca
@ -791,7 +791,7 @@ $(eval $(call Download,iwl100-fw))
|
||||
|
||||
define KernelPackage/iwlagn
|
||||
$(call KernelPackage/mac80211/Default)
|
||||
DEPENDS:= +kmod-mac80211
|
||||
DEPENDS:= +kmod-mac80211 @PCI_SUPPORT
|
||||
TITLE:=Intel AGN Wireless support
|
||||
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/iwlwifi/iwlagn.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,60,iwlagn)
|
||||
@ -867,7 +867,7 @@ endef
|
||||
|
||||
define KernelPackage/iwl-legacy
|
||||
$(call KernelPackage/mac80211/Default)
|
||||
DEPENDS:= +kmod-mac80211
|
||||
DEPENDS:= +kmod-mac80211 @PCI_SUPPORT
|
||||
TITLE:=Intel legacy Wireless support
|
||||
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/iwlegacy/iwl-legacy.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,60,iwl-legacy)
|
||||
|
Loading…
Reference in New Issue
Block a user