diff options
author | John Crispin <john@openwrt.org> | 2015-02-25 12:01:19 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-25 12:01:19 +0000 |
commit | 2f0b826b81c199d6d00f48b3df7cc8eae8d64cff (patch) | |
tree | d029f7093c020f5c8ad8ec353ae1a4e3172c59f1 | |
parent | 979e6ca8576c96ca660253a58b43911225dc2b52 (diff) | |
download | upstream-2f0b826b81c199d6d00f48b3df7cc8eae8d64cff.tar.gz upstream-2f0b826b81c199d6d00f48b3df7cc8eae8d64cff.tar.bz2 upstream-2f0b826b81c199d6d00f48b3df7cc8eae8d64cff.zip |
modules: make ahci-platform depend on TARGET_ipq806x
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44534
-rw-r--r-- | package/kernel/linux/modules/block.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |