mirror of
https://github.com/FUjr/gl-infra-builder.git
synced 2025-12-16 17:15:08 +00:00
openwrt22.03.0: mt1300 support sdhci
This commit is contained in:
parent
399e077799
commit
ae6c5a0265
@ -0,0 +1,25 @@
|
||||
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
|
||||
|
||||
@ -16,6 +16,7 @@ packages:
|
||||
- kmod-usb-ohci
|
||||
- kmod-gl-sdk4-hw-info
|
||||
- kmod-gl-sdk4-tertf
|
||||
- kmod-sdhci-mt7620
|
||||
- dnsmasq-full
|
||||
- mwan3
|
||||
- iwinfo
|
||||
|
||||
Loading…
Reference in New Issue
Block a user