diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-25 12:01:19 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-25 12:01:19 +0000 |
commit | a1fb3f0bb013d14ae860017946d4644c8eafa60a (patch) | |
tree | 933cd746c87248161b5280f7ceb754c7490170b2 /package/kernel | |
parent | 17a052228ef70446f5ca390d86487e28c7e28bdc (diff) | |
download | master-187ad058-a1fb3f0bb013d14ae860017946d4644c8eafa60a.tar.gz master-187ad058-a1fb3f0bb013d14ae860017946d4644c8eafa60a.tar.bz2 master-187ad058-a1fb3f0bb013d14ae860017946d4644c8eafa60a.zip |
modules: make ahci-platform depend on TARGET_ipq806x
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44534 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-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 |