This reverts commit 81764319637f408623ed9f4bae3f0d149b010f07. After said commit, users report that MT7615 no longer works on boot and have to manually enable WiFi (via command "wifi") to make it work
Fixes FS#2546 Signed-off-by: DENG Qingfang <[email protected]> --- package/kernel/mt76/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile index ce2bf8f14b..04c1761d88 100644 --- a/package/kernel/mt76/Makefile +++ b/package/kernel/mt76/Makefile @@ -144,7 +144,6 @@ define KernelPackage/mt7615e DEPENDS+=@PCI_SUPPORT +kmod-mt76-core FILES:=\ $(PKG_BUILD_DIR)/mt7615/mt7615e.ko - MODPARAMS:=async_probe AUTOLOAD:=$(call AutoProbe,mt7615e) endef -- 2.23.0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
