mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 03:06:35 +00:00
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>
This commit is contained in:
parent
6364e03736
commit
c03a328b10
@ -135,7 +135,7 @@ define Device/mediatek_linkit-smart-7688
|
|||||||
IMAGE_SIZE := 32448k
|
IMAGE_SIZE := 32448k
|
||||||
DEVICE_VENDOR := MediaTek
|
DEVICE_VENDOR := MediaTek
|
||||||
DEVICE_MODEL := LinkIt Smart 7688
|
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
|
SUPPORTED_DEVICES += linkits7688 linkits7688d
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += mediatek_linkit-smart-7688
|
TARGET_DEVICES += mediatek_linkit-smart-7688
|
||||||
|
Loading…
Reference in New Issue
Block a user