diff options
author | Ivan Hörler <i.hoerler@me.com> | 2019-09-14 17:25:04 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-09-15 20:34:09 +0200 |
commit | c03a328b10264aa1400dbd0c4b1ff53601e6c977 (patch) | |
tree | d00a8f9e7d92e180b16e19c46cdfbcd45c14437c /target/linux | |
parent | 6364e03736f00591e64cb954858b3da4b3bbdf5d (diff) | |
download | upstream-c03a328b10264aa1400dbd0c4b1ff53601e6c977.tar.gz upstream-c03a328b10264aa1400dbd0c4b1ff53601e6c977.tar.bz2 upstream-c03a328b10264aa1400dbd0c4b1ff53601e6c977.zip |
ramips: add SD-Card support for Linkit Smart 7688
The Linkit Smart 7688 has a SD-Card reader that does not work with the official build of openwrt. Adding kmod-sdhci-mt7620 makes it working.
Signed-off-by: Ivan Hörler <i.hoerler@me.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/mt76x8.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index a602d9df21..76d4c635d4 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -135,7 +135,7 @@ define Device/mediatek_linkit-smart-7688 IMAGE_SIZE := 32448k DEVICE_VENDOR := MediaTek DEVICE_MODEL := LinkIt Smart 7688 - DEVICE_PACKAGES:= kmod-usb2 kmod-usb-ohci uboot-envtools + DEVICE_PACKAGES:= kmod-usb2 kmod-usb-ohci uboot-envtools kmod-sdhci-mt7620 SUPPORTED_DEVICES += linkits7688 linkits7688d endef TARGET_DEVICES += mediatek_linkit-smart-7688 |