From 2f0b826b81c199d6d00f48b3df7cc8eae8d64cff Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 25 Feb 2015 12:01:19 +0000 Subject: [PATCH] modules: make ahci-platform depend on TARGET_ipq806x Signed-off-by: John Crispin SVN-Revision: 44534 --- 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 159155e049..46cb99c834 100644 --- a/package/kernel/linux/modules/block.mk +++ b/package/kernel/linux/modules/block.mk @@ -63,7 +63,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_platform ahci_platform,1) - $(call AddDepends/ata,+kmod-ata-ahci) + $(call AddDepends/ata,@TARGET_ipq806x +kmod-ata-ahci) endef define KernelPackage/ata-ahci-platform/description