From a66bea85390e229baa77bd18cbcebc0c9456af55 Mon Sep 17 00:00:00 2001 From: Chen Minqiang Date: Wed, 6 Nov 2019 22:30:12 +0800 Subject: [PATCH] ramips: thunder_timecloud support sdcard --- 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 44e9de490c..0c7faefa73 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -755,7 +755,7 @@ define Device/thunder_timecloud IMAGE_SIZE := 16064k DEVICE_VENDOR := Thunder DEVICE_MODEL := Timecloud - DEVICE_PACKAGES := kmod-usb3 + DEVICE_PACKAGES := kmod-usb3 kmod-sdhci-mt7620 SUPPORTED_DEVICES += timecloud endef TARGET_DEVICES += thunder_timecloud