mirror of https://github.com/hak5/openwrt.git
mac80211: disable rt2x00 on mt7620a
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37037lede-17.01
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)
|
||||
|
|
Loading…
Reference in New Issue