mac80211: kmod-ath should not depend on PCI or USB support for the atheros target
SVN-Revision: 31151
This commit is contained in:
parent
400ab1802f
commit
27d0271355
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ endef
|
|||
define KernelPackage/ath
|
||||
$(call KernelPackage/mac80211/Default)
|
||||
TITLE:=Atheros common driver part
|
||||
DEPENDS+= @PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx +kmod-mac80211
|
||||
DEPENDS+= @PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_atheros +kmod-mac80211
|
||||
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath.ko
|
||||
AUTOLOAD:=$(call AutoLoad,26,ath)
|
||||
MENU:=1
|
||||
|
|
Loading…
Reference in a new issue