[openwrt/openwrt] rockchip: make SATA(AHCI) really work on Radxa E25
LEDE Commits
lede-commits at lists.infradead.org
Sun Jul 21 09:24:18 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/669470384e90e252b3161ee9c069a430d279d154
commit 669470384e90e252b3161ee9c069a430d279d154
Author: FUKAUMI Naoki <naoki at radxa.com>
AuthorDate: Thu Jul 11 06:20:21 2024 +0900
rockchip: make SATA(AHCI) really work on Radxa E25
kmod-ahci-dwc is required to use SATA(AHCI) on Radxa E25.
Fixes: f7c732bf9e ("rockchip: add Radxa E25 board support")
Signed-off-by: FUKAUMI Naoki <naoki at radxa.com>
Link: https://github.com/openwrt/openwrt/pull/15923
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/rockchip/image/armv8.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/rockchip/image/armv8.mk b/target/linux/rockchip/image/armv8.mk
index 3f1e6934d1..2405c07d9c 100644
--- a/target/linux/rockchip/image/armv8.mk
+++ b/target/linux/rockchip/image/armv8.mk
@@ -111,7 +111,7 @@ define Device/radxa_e25
DEVICE_DTS := rockchip/rk3568-radxa-e25
BOOT_SCRIPT := radxa-e25
UBOOT_DEVICE_NAME := radxa-e25-rk3568
- DEVICE_PACKAGES := kmod-r8169 kmod-ata-ahci-platform
+ DEVICE_PACKAGES := kmod-r8169 kmod-ata-ahci-dwc
endef
TARGET_DEVICES += radxa_e25
More information about the lede-commits
mailing list