diff options
| author | FUKAUMI Naoki | 2024-07-10 21:20:21 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-07-21 16:22:24 +0000 |
| commit | 669470384e90e252b3161ee9c069a430d279d154 (patch) | |
| tree | 3423d8ac9bb6a324e3d0a2fed524f7984c474416 | |
| parent | 7390642237f59e180617e316c4276f53b0c06daf (diff) | |
| download | openwrt-669470384e90e252b3161ee9c069a430d279d154.tar.gz | |
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@radxa.com>
Link: https://github.com/openwrt/openwrt/pull/15923
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/rockchip/image/armv8.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |