kernel: x86 remove dependency on ata-core and scsi-core

The x86 image includes the modules out of ata-core and scsi-core
directly in the kernel image. Do not depend on these packages, because
they are not build in a x86 image.
This fixes #6873


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20346 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Hauke Mehrtens
2010-03-21 14:18:11 +00:00
parent 34475c1063
commit 3f551b3549
2 changed files with 5 additions and 4 deletions

View File

@@ -495,7 +495,7 @@ $(eval $(call KernelPackage,usb-serial-option))
define KernelPackage/usb-storage
$(call KernelPackage/usb/Depends,+kmod-scsi-core)
$(call KernelPackage/usb/Depends,+!TARGET_x86:kmod-scsi-core)
TITLE:=USB Storage support
KCONFIG:=CONFIG_USB_STORAGE
FILES:=$(LINUX_DIR)/drivers/usb/storage/usb-storage.$(LINUX_KMOD_SUFFIX)