diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-30 10:53:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-30 10:53:51 +0000 |
commit | 4a1e2123eba1804923188910687e9935a3f17e40 (patch) | |
tree | e40d023b19ee213af82fda336a53a6439a4dafa3 /package/kernel/modules/block.mk | |
parent | 527afd0e9ad14751e4b26c70aa9e9883c839218e (diff) | |
download | mtk-20170518-4a1e2123eba1804923188910687e9935a3f17e40.zip mtk-20170518-4a1e2123eba1804923188910687e9935a3f17e40.tar.gz mtk-20170518-4a1e2123eba1804923188910687e9935a3f17e40.tar.bz2 |
kernel: remove references to TARGET_ubicom32
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34431
Diffstat (limited to 'package/kernel/modules/block.mk')
-rw-r--r-- | package/kernel/modules/block.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index a4288b2..ba24439 100644 --- a/package/kernel/modules/block.mk +++ b/package/kernel/modules/block.mk @@ -25,7 +25,7 @@ $(eval $(call KernelPackage,aoe)) define KernelPackage/ata-core SUBMENU:=$(BLOCK_MENU) TITLE:=Serial and Parallel ATA support - DEPENDS:=@PCI_SUPPORT +kmod-scsi-core @(!TARGET_ubicom32||!TARGET_etrax) + DEPENDS:=@PCI_SUPPORT +kmod-scsi-core @!TARGET_etrax KCONFIG:=CONFIG_ATA FILES:=$(LINUX_DIR)/drivers/ata/libata.ko AUTOLOAD:=$(call AutoLoad,21,libata,1) |