mac80211: make rt2x00_soc depend on !rt3883
https://dev.openwrt.org/ticket/13777 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37162
This commit is contained in:
parent
541bede918
commit
cb179cb262
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue