Skip to content
Snippets Groups Projects
Commit 27d02713 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

mac80211: kmod-ath should not depend on PCI or USB support for the atheros target

SVN-Revision: 31151
parent 400ab180
No related branches found
No related tags found
No related merge requests found
...@@ -389,7 +389,7 @@ endef ...@@ -389,7 +389,7 @@ endef
define KernelPackage/ath define KernelPackage/ath
$(call KernelPackage/mac80211/Default) $(call KernelPackage/mac80211/Default)
TITLE:=Atheros common driver part 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 FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath.ko
AUTOLOAD:=$(call AutoLoad,26,ath) AUTOLOAD:=$(call AutoLoad,26,ath)
MENU:=1 MENU:=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment