aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules
diff options
context:
space:
mode:
authorMarius Durbaca <mariusd84@gmail.com>2024-02-28 08:37:44 +0000
committerNick Hainke <vincent@systemli.org>2024-03-23 07:55:43 +0100
commit28ee115673c5752b9953430ae22ecd0979526cbb (patch)
tree5b0299f2c27a741f6dd2eef1984870ae0a442285 /package/kernel/linux/modules
parente8725a932e16eaf6ec51add8c084d959cbe32ff2 (diff)
downloadupstream-28ee115673c5752b9953430ae22ecd0979526cbb.tar.gz
upstream-28ee115673c5752b9953430ae22ecd0979526cbb.tar.bz2
upstream-28ee115673c5752b9953430ae22ecd0979526cbb.zip
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>
Diffstat (limited to 'package/kernel/linux/modules')
-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 49a1b6fce11..4f3a6e085ff 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