package/kernel: enable kmod-ata-core & kmod-scsi-core on x86

SVN-Revision: 28662
This commit is contained in:
Nicolas Thill
2011-10-28 19:16:27 +00:00
parent 897ab36e93
commit 01fcc80afc
3 changed files with 6 additions and 7 deletions

View File

@@ -130,7 +130,7 @@ $(eval $(call KernelPackage,firewire-ohci))
define KernelPackage/firewire-sbp2
SUBMENU:=$(FIREWIRE_MENU)
TITLE:=Support for SBP-2 devices over FireWire
DEPENDS:=kmod-firewire +!TARGET_x86:kmod-scsi-core
DEPENDS:=kmod-firewire +kmod-scsi-core
KCONFIG:=CONFIG_FIREWIRE_SBP2
FILES:=$(LINUX_DIR)/drivers/firewire/firewire-sbp2.ko
AUTOLOAD:=$(call AutoLoad,50,firewire-sbp2)