From: John Crispin Date: Thu, 4 Jul 2013 13:31:18 +0000 (+0000) Subject: mac80211: make rt2x00_soc depend on !rt3883 X-Git-Tag: reboot~10039 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=cb179cb262e13e94a9157c8d615a1c4df21cdffd;p=openwrt%2Fstaging%2Flynxis.git mac80211: make rt2x00_soc depend on !rt3883 https://dev.openwrt.org/ticket/13777 Signed-off-by: John Crispin SVN-Revision: 37162 --- diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index ef10ecab87..9b2f54de0b 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -256,7 +256,7 @@ endef define KernelPackage/rt2x00-soc $(call KernelPackage/rt2x00/Default) - DEPENDS+= @TARGET_ramips @!TARGET_ramips_mt7620a +kmod-rt2x00-mmio +kmod-rt2x00-lib + DEPENDS+= @TARGET_ramips @!TARGET_ramips_mt7620a @!TARGET_ramips_rt3883 +kmod-rt2x00-mmio +kmod-rt2x00-lib TITLE+= (SoC) FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/rt2x00/rt2x00soc.ko AUTOLOAD:=$(call AutoLoad,26,rt2x00soc)