From: Felix Fietkau Date: Fri, 30 Mar 2012 10:12:53 +0000 (+0000) Subject: mac80211: kmod-ath should not depend on PCI or USB support for the atheros target X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d958d09d230554c6228d04fff3b0ba6ad96370b9;p=openwrt%2Fsvn-archive%2Farchive.git mac80211: kmod-ath should not depend on PCI or USB support for the atheros target SVN-Revision: 31151 --- diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index d2f568fa81..5627597db3 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -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