X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fyousong.git;a=blobdiff_plain;f=package%2Fkernel%2Fmodules%2Fblock.mk;fp=package%2Fkernel%2Fmodules%2Fblock.mk;h=ba2443957aba8be2405ae42cef4fe2151fedf287;hp=a4288b2a8bd89b7a4c0ed1e4ecf58d1f33a65f99;hb=4a1e2123eba1804923188910687e9935a3f17e40;hpb=527afd0e9ad14751e4b26c70aa9e9883c839218e diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index a4288b2a8b..ba2443957a 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)