From: Nicolas Thill Date: Fri, 25 Nov 2011 12:19:14 +0000 (+0000) Subject: package/kernel: do not build kmod-usb-storage-extras on targets which have them built-in X-Git-Tag: backfire_10.03.1~15 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e1f00db39468861e89005d5c2e63c06253ae82c1;p=openwrt%2Fsvn-archive%2Fopenwrt.git package/kernel: do not build kmod-usb-storage-extras on targets which have them built-in SVN-Revision: 29335 --- diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index 437a199bf4..3d18c0fe44 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -518,7 +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 + DEPENDS:=@LINUX_2_6 +kmod-usb-storage \ + @!(TARGET_ixp4xx_harddisk||TARGET_orion_harddisk||TARGET_x86_olpc) KCONFIG:= \ CONFIG_USB_STORAGE_ALAUDA \ CONFIG_USB_STORAGE_CYPRESS_ATACB \