mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-06 22:55:55 +00:00
mt76: remove unnecessary dependency from mt7915e
The kmod-mt7615-common package does not contain any code that related to mt7915e Wi-Fi6 driver, so remove it. Tested on ramips/mt7621: SIM SIMAX1800T Signed-off-by: Shiji Yang <yangshiji66@qq.com>
This commit is contained in:
parent
3dbaf89296
commit
3410f010a2
@ -221,7 +221,7 @@ endef
|
|||||||
define KernelPackage/mt7915e
|
define KernelPackage/mt7915e
|
||||||
$(KernelPackage/mt76-default)
|
$(KernelPackage/mt76-default)
|
||||||
TITLE:=MediaTek MT7915e wireless driver
|
TITLE:=MediaTek MT7915e wireless driver
|
||||||
DEPENDS+=@PCI_SUPPORT +kmod-mt7615-common +kmod-hwmon-core +kmod-thermal +@DRIVER_11AX_SUPPORT +@KERNEL_RELAY
|
DEPENDS+=@PCI_SUPPORT +kmod-mt76-connac +kmod-hwmon-core +kmod-thermal +@DRIVER_11AX_SUPPORT +@KERNEL_RELAY
|
||||||
FILES:= $(PKG_BUILD_DIR)/mt7915/mt7915e.ko
|
FILES:= $(PKG_BUILD_DIR)/mt7915/mt7915e.ko
|
||||||
AUTOLOAD:=$(call AutoProbe,mt7915e)
|
AUTOLOAD:=$(call AutoProbe,mt7915e)
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user