aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/modules.mk
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2020-06-10 16:23:04 +0100
committerPetr Štetiar <ynezz@true.cz>2020-07-08 23:22:30 +0200
commit91e43a1d7a68ead78b6510a706e42e52d6f1a9aa (patch)
treeedd83148cb621bf1eb8f186370f800e5a1f4ecaf /target/linux/mediatek/modules.mk
parentc848bc6cd576baf1d538d97662e410289214f0b7 (diff)
downloadupstream-91e43a1d7a68ead78b6510a706e42e52d6f1a9aa.tar.gz
upstream-91e43a1d7a68ead78b6510a706e42e52d6f1a9aa.tar.bz2
upstream-91e43a1d7a68ead78b6510a706e42e52d6f1a9aa.zip
mediatek: enable SATA for mt7623
The MT7623 SoC has the same SATA block as the MT7622, so enable it in MT7623 builds too and add it to the DEVICE_PACKAGES for those boards. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'target/linux/mediatek/modules.mk')
-rw-r--r--target/linux/mediatek/modules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/modules.mk b/target/linux/mediatek/modules.mk
index 7f8c038cae..eb81afe235 100644
--- a/target/linux/mediatek/modules.mk
+++ b/target/linux/mediatek/modules.mk
@@ -6,7 +6,7 @@ define KernelPackage/ata-ahci-mtk
$(LINUX_DIR)/drivers/ata/libahci_platform.ko
AUTOLOAD:=$(call AutoLoad,40,libahci libahci_platform ahci_mtk,1)
$(call AddDepends/ata)
- DEPENDS+=@TARGET_mediatek_mt7622
+ DEPENDS+=@(TARGET_mediatek_mt7622||TARGET_mediatek_mt7623)
endef
define KernelPackage/ata-ahci-mtk/description