1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00

mac80211: disable rt2x00 on mt7620a

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37037
This commit is contained in:
John Crispin 2013-06-27 07:25:13 +00:00
parent 41ad05299c
commit 1761b7b370

@ -255,7 +255,7 @@ endef
define KernelPackage/rt2x00-soc
$(call KernelPackage/rt2x00/Default)
DEPENDS+= @TARGET_ramips +kmod-rt2x00-mmio +kmod-rt2x00-lib
DEPENDS+= @TARGET_ramips @!TARGET_ramips_mt7620a +kmod-rt2x00-mmio +kmod-rt2x00-lib
TITLE+= (SoC)
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/rt2x00/rt2x00soc.ko
AUTOLOAD:=$(call AutoLoad,26,rt2x00soc)