Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ec49a23 authored by Valdis Kletnieks's avatar Valdis Kletnieks Committed by Kalle Valo
Browse files

mt76: fix build for MediaTek MT7610U USB wireless dongle



The mt76x0 driver requires the mt76 core driver to actually function.
So add a 'select' to avoid embarrassing 'symbol unknown' errors
when attempting to modprobe it in a module tree that doesn't
include mt76.ko

Signed-off-by: default avatarValdis Kletnieks <valdis.kletnieks@vt.edu>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 17ad18fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ config MT76x2_COMMON

config MT76x0U
	tristate "MediaTek MT76x0U (USB) support"
	select MT76_CORE
	depends on MAC80211
	depends on USB
	help