projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8725a9
)
kernel: kmod-ata-ahci-platform: enable support for RK35xx
author
Marius Durbaca
<
[email protected]
>
Wed, 28 Feb 2024 08:37:44 +0000
(08:37 +0000)
committer
Nick Hainke
<
[email protected]
>
Sat, 23 Mar 2024 06:55:43 +0000
(07:55 +0100)
enable support for RK35xx in kmod-ata-ahci-platform kernel module
Suggested-by: Tianling Shen <
[email protected]
>
Signed-off-by: Marius Durbaca <
[email protected]
>
package/kernel/linux/modules/block.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/block.mk
b/package/kernel/linux/modules/block.mk
index 49a1b6fce1155f4d4172ccdf90bd48fdbca33920..4f3a6e085ffb2296d3806fa7bb42a1b909a3ed4c 100644
(file)
--- 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