mirror of
https://github.com/FUjr/gl-infra-builder.git
synced 2025-12-16 17:15:08 +00:00
26 lines
969 B
Diff
26 lines
969 B
Diff
From 49a01620d8687597bee710d358c2d668e4c30694 Mon Sep 17 00:00:00 2001
|
|
From: gl-dengxinfa <xinfa.deng@gl-inet.com>
|
|
Date: Mon, 10 Oct 2022 11:23:24 +0800
|
|
Subject: [PATCH] fix: gl-mt1300 support sdhci by default
|
|
|
|
---
|
|
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 6c937a2409..61a77c3d94 100644
|
|
--- a/target/linux/ramips/image/mt7621.mk
|
|
+++ b/target/linux/ramips/image/mt7621.mk
|
|
@@ -692,7 +692,7 @@ define Device/glinet_gl-mt1300
|
|
DEVICE_VENDOR := GL.iNet
|
|
DEVICE_MODEL := GL-MT1300
|
|
OLD_SUPPORTED_DEVICES := gl-mt1300
|
|
- DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware kmod-usb3
|
|
+ DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware kmod-usb3 kmod-sdhci-mt7620
|
|
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | check-size | append-gl-metadata
|
|
endef
|
|
TARGET_DEVICES += glinet_gl-mt1300
|
|
--
|
|
2.34.1
|
|
|