From 7e72d009631749165cd939c1f1541562409482a3 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 3 Mar 2025 21:54:37 +0800 Subject: [PATCH] ramips: switch back to kmod-sdhci-mt7620 for jdcloud re-sp-01b kmod-mmc-mtk does not work well on this board, switch back to deprecated kmod-sdhci-mt7620 driver for now. Signed-off-by: Tianling Shen --- target/linux/ramips/image/mt7621.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 93e50b3079..5b814cd9e1 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -1793,7 +1793,7 @@ define Device/jdcloud_re-sp-01b DEVICE_VENDOR := JDCloud DEVICE_MODEL := RE-SP-01B DEVICE_PACKAGES := kmod-mt7603 kmod-mt7615e kmod-mt7615-firmware \ - kmod-mmc-mtk kmod-usb3 automount + kmod-sdhci-mt7620 kmod-usb3 automount endef TARGET_DEVICES += jdcloud_re-sp-01b