From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- u-boot/drivers/i2c/muxes/Makefile | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/u-boot/drivers/i2c/muxes/Makefile b/u-boot/drivers/i2c/muxes/Makefile index d41ccb2..959fd9f 100644 --- a/u-boot/drivers/i2c/muxes/Makefile +++ b/u-boot/drivers/i2c/muxes/Makefile @@ -8,6 +8,5 @@ obj-$(CONFIG_I2C_MUX_PCA954x) += pca954x.o obj-$(CONFIG_I2C_MUX_GPIO) += i2c-mux-gpio.o obj-$(CONFIG_I2C_MUX_MAX96745) += max96745.o -obj-$(CONFIG_I2C_MUX_MAX96752F) += max96752f.o obj-$(CONFIG_I2C_MUX_MAX96755F) += max96755f.o -- Gitblit v1.6.2