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 SVN-Revision: 20346
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user