[openwrt/openwrt] kernel: kmod-ata-ahci-platform: enable support for RK35xx

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 22 23:56:14 PDT 2024


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/28ee115673c5752b9953430ae22ecd0979526cbb

commit 28ee115673c5752b9953430ae22ecd0979526cbb
Author: Marius Durbaca <mariusd84 at gmail.com>
AuthorDate: Wed Feb 28 08:37:44 2024 +0000

    kernel: kmod-ata-ahci-platform: enable support for RK35xx
    
    enable support for RK35xx in kmod-ata-ahci-platform kernel module
    
    Suggested-by: Tianling Shen <cnsztl at immortalwrt.org>
    Signed-off-by: Marius Durbaca <mariusd84 at gmail.com>
---
 package/kernel/linux/modules/block.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/block.mk b/package/kernel/linux/modules/block.mk
index 49a1b6fce1..4f3a6e085f 100644
--- a/package/kernel/linux/modules/block.mk
+++ b/package/kernel/linux/modules/block.mk
@@ -65,7 +65,7 @@ define KernelPackage/ata-ahci-platform
     $(LINUX_DIR)/drivers/ata/ahci_platform.ko \
     $(LINUX_DIR)/drivers/ata/libahci_platform.ko
   AUTOLOAD:=$(call AutoLoad,40,libahci libahci_platform ahci_platform,1)
-  $(call AddDepends/ata, at TARGET_ipq806x||TARGET_layerscape||TARGET_sunxi)
+  $(call AddDepends/ata, at TARGET_ipq806x||TARGET_layerscape||TARGET_rockchip||TARGET_sunxi)
 endef
 
 define KernelPackage/ata-ahci-platform/description




More information about the lede-commits mailing list