From f5a0fd224a19618e3f79496a0fcc2d989cc7b4b1 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 3 Dec 2011 01:57:34 +0000 Subject: [PATCH] package/kernel: don't depend on kmod-usb-storage when it's built-in SVN-Revision: 29399 --- package/kernel/modules/usb.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index 3d18c0fe44..86a1858ec6 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -518,8 +518,8 @@ $(eval $(call KernelPackage,usb-storage)) define KernelPackage/usb-storage-extras SUBMENU:=$(USB_MENU) TITLE:=Extra drivers for usb-storage - DEPENDS:=@LINUX_2_6 +kmod-usb-storage \ - @!(TARGET_ixp4xx_harddisk||TARGET_orion_harddisk||TARGET_x86_olpc) + DEPENDS:=@LINUX_2_6 \ + +!TARGET_ixp4xx_harddisk||!TARGET_orion_harddisk||!TARGET_x86_olpc:kmod-usb-storage KCONFIG:= \ CONFIG_USB_STORAGE_ALAUDA \ CONFIG_USB_STORAGE_CYPRESS_ATACB \ -- 2.30.2