summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Durbaca2024-02-28 08:37:44 +0000
committerNick Hainke2024-03-23 06:55:43 +0000
commit28ee115673c5752b9953430ae22ecd0979526cbb (patch)
tree5b0299f2c27a741f6dd2eef1984870ae0a442285
parente8725a932e16eaf6ec51add8c084d959cbe32ff2 (diff)
downloadopenwrt-28ee115673c5752b9953430ae22ecd0979526cbb.tar.gz
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@immortalwrt.org> Signed-off-by: Marius Durbaca <mariusd84@gmail.com>
-rw-r--r--package/kernel/linux/modules/block.mk2
1 files changed, 1 insertions, 1 deletions
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