From 28ee115673c5752b9953430ae22ecd0979526cbb Mon Sep 17 00:00:00 2001 From: Marius Durbaca Date: Wed, 28 Feb 2024 08:37:44 +0000 Subject: [PATCH] kernel: kmod-ata-ahci-platform: enable support for RK35xx enable support for RK35xx in kmod-ata-ahci-platform kernel module Suggested-by: Tianling Shen Signed-off-by: Marius Durbaca --- 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,@TARGET_ipq806x||TARGET_layerscape||TARGET_sunxi) + $(call AddDepends/ata,@TARGET_ipq806x||TARGET_layerscape||TARGET_rockchip||TARGET_sunxi) endef define KernelPackage/ata-ahci-platform/description