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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28662 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Nicolas Thill
2011-10-28 19:16:27 +00:00
parent aa48b23053
commit 51735026fb
3 changed files with 6 additions and 7 deletions

View File

@@ -578,7 +578,7 @@ $(eval $(call KernelPackage,usb-serial-option))
define KernelPackage/usb-storage
TITLE:=USB Storage support
DEPENDS:= +!TARGET_x86:kmod-scsi-core
DEPENDS:= +kmod-scsi-core
KCONFIG:=CONFIG_USB_STORAGE
FILES:=$(LINUX_DIR)/drivers/usb/storage/usb-storage.ko
AUTOLOAD:=$(call AutoLoad,60,usb-storage,1)